diff --git a/web/themes/custom/geofresco/src/global/_elements.scss b/web/themes/custom/geofresco/src/global/_elements.scss index 45c059e..42ce26d 100644 --- a/web/themes/custom/geofresco/src/global/_elements.scss +++ b/web/themes/custom/geofresco/src/global/_elements.scss @@ -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;