From 4ced023ac97472d09715fff841c588e01e5d7a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= <ben@agaric.com> Date: Sat, 31 Aug 2019 11:42:48 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ebb3b6b..bb21cfc 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6055,10 +6055,10 @@ label.panel-block { margin-bottom: 0.4rem; text-align: right; } -.title span { +.page-title .title > span { background-color: rgba(248, 248, 248, 0.66); - padding: 0.2em; - border-radius: 0.3em; } + padding: 0.4em 0.3em 0.3em 0.3em; + border-radius: 0.4em; } .column { display: block;