From f824eb3016c51536f89d349fda3ef47348dd9d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 14 Jun 2022 23:15:03 +0200 Subject: [PATCH] Don't round all corners on Location's page description block --- src/style/pages/_location.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/pages/_location.scss b/src/style/pages/_location.scss index 872ef52..86fe012 100644 --- a/src/style/pages/_location.scss +++ b/src/style/pages/_location.scss @@ -93,6 +93,7 @@ --columns: 19; grid-column: 4 / span 21; margin: clamp(40px, 14vw, 200px) 0 calc(-1 * clamp(60px, 6vw, 120px)); + border-radius: 8px 0 0 8px; } @include bp (md) { grid-column: 6 / span 19;