From 76f01e0a6111ab0069ef6defea7a96627dce6ee4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 13 Sep 2023 17:21:50 +0200 Subject: đŸ’„ wider main div on mobile device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index fcabbb71b..1c81d2f75 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -591,6 +591,13 @@ textarea { margin-bottom: 16em; } +@media only screen and (max-width: 600px) { + #main-container{ + padding-left: 1rem !important; + padding-right: 1rem !important; + } +} + .bg-dark{ background-color: $ishtar-color !important; } -- cgit v1.2.3