From 4a418f1a968d790005e0e2f245f2e449596e8b20 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 2 Dec 2021 13:13:18 +0100 Subject: [PATCH] Layout change on narrow screens --- sass/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 1aa4ef0..8577bb5 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -89,3 +89,7 @@ a { &:hover { text-decoration: underline } } + +@media screen and (max-width: 50em) { + body { grid-template-columns: auto } +}