diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index 11a64c9..d3e61f5 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -74,6 +74,6 @@ .page-title .title > span { background-color: rgba($offwhite, 0.66); - padding: 0.2em; - border-radius: 0.3em; + padding: 0.4em 0.3em 0.3em 0.3em; + border-radius: 0.4em; }