From 132bdd67585e0debb62345333ed59c46ed458546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 1 Sep 2019 23:43:27 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index bb21cfc..35ab189 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8222,8 +8222,8 @@ label.panel-block { .main-section .group-header { padding-top: 0; } -/* On any page except the home, drop the title over (where we want) the image (to be). */ -.page-title { +/* On node pages, drop the title over (where we want) the image (to be). */ +.page--content-item .page-title { height: 0; position: relative; overflow: visible;