From cd0f25cd56dab7f81aaa124d26c6924b265437c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 30 Nov 2021 19:48:27 +0100 Subject: [PATCH] Make photo Viewer larger on smaller screens --- src/style/pages/_viewer-photo.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/style/pages/_viewer-photo.scss b/src/style/pages/_viewer-photo.scss index 869ea7e..81b9625 100644 --- a/src/style/pages/_viewer-photo.scss +++ b/src/style/pages/_viewer-photo.scss @@ -32,10 +32,13 @@ position: relative; max-width: none; margin: auto 0; - grid-column: 3 / span 16; + grid-column: 2 / span 17; grid-row-gap: 40px; transform: translate3d(-50%, 2.5%, 0); } + @include bp (sd) { + grid-column: 3 / span 16; + } } // Images