From 3fadc1453e964bad6b4c7a969ac53bd852ffb520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 1 Aug 2019 23:28:08 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index f74d70d..312d2c7 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6012,6 +6012,16 @@ label.panel-block { padding-left: 1rem; padding-right: 1rem; } } +.featured-image figure.image { + width: 100vw; + position: relative; + left: 50%; + right: 50%; + margin-left: -50vw; + margin-right: -50vw; } + .featured-image figure.image img { + width: 100%; } + .column { display: block; -ms-flex-preferred-size: 0;