From 302591732cd726cc042de01debb488861e40b381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 30 Jul 2022 16:20:39 +0200 Subject: [PATCH] Put Location page name higher in intro Gives more space for illustration --- src/style/pages/_location.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/pages/_location.scss b/src/style/pages/_location.scss index a3ac849..d8019f3 100644 --- a/src/style/pages/_location.scss +++ b/src/style/pages/_location.scss @@ -13,7 +13,7 @@ padding-top: clamp(40px, 14vw, 320px); } @include bp (lg) { - padding-top: clamp(40px, 18vw, 320px); + padding-top: clamp(40px, 18vw, 272px); } // Houses Of Title @@ -94,7 +94,7 @@ @include bp (sm) { --columns: 19; grid-column: 4 / span 21; - margin: clamp(40px, 14vw, 200px) 0 calc(-1 * clamp(60px, 6vw, 120px)); + margin: clamp(40px, 16vw, 260px) 0 calc(-1 * clamp(60px, 6vw, 120px)); border-radius: 8px 0 0 8px; } @include bp (md) {