Work around has-text-centered mysteriously missing from our build of Bulma #114 #126

This commit is contained in:
benjamin melançon 2025-07-21 01:41:40 -04:00
parent 67efa25485
commit ed6ebb48f0

View file

@ -59,6 +59,10 @@
margin-top: -1rem;
margin-bottom: 2px; // Needed to see the boxshadow when we have the featured image directly below.
padding-bottom: 4px; // Give just a little extra space at the bottom for the *appearance* of balance.
// Fix the fact that `has-text-centered` is mysteriously missing from our build of Bulma.
margin-left: auto;
margin-right: auto;
width: fit-content;
.title {
color: $green-gray;
font-size: 1.2rem;