From 543a7571be57f5127d63ebed189bbefbbe732f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 23 Sep 2019 08:07:39 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 4eb8ef4..7ad68e5 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6016,7 +6016,9 @@ label.panel-block { left: 50%; right: 50%; margin-left: -50vw; - margin-right: -50vw; } + margin-right: -50vw; + max-height: 27rem; + overflow-y: hidden; } .featured-image figure.image img { width: 100%; } @@ -8223,17 +8225,16 @@ label.panel-block { .main-section .group-header { padding-top: 0; } -/* On node pages, drop the title over (where we want) the image (to be). */ -.page--content-item .page-title { +/* On certain node pages, drop the title over (where we want) the image (to be). */ +.page--content-item--article .page-title, +.page--content-item--blog .page-title, +.page--content-item--collection .page-title, +.page--content-item--people .page-title { height: 0; position: relative; overflow: visible; z-index: 10; } -/* If there's no featured image, leave enough blank space for the dropping down title. */ -.content.no-featured-image { - margin-top: 6rem; } - .background-replacement-for-no-image { height: 12rem; background-color: cadetblue; }