diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-09-13 17:21:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-09-13 17:21:50 +0200 |
commit | 76f01e0a6111ab0069ef6defea7a96627dce6ee4 (patch) | |
tree | ddef8173d5ea456d5e7c28b22f739c702b277465 /scss | |
parent | 2092ace498c9986bb57ce8c838ae773eac22f3ab (diff) | |
download | Ishtar-76f01e0a6111ab0069ef6defea7a96627dce6ee4.tar.bz2 Ishtar-76f01e0a6111ab0069ef6defea7a96627dce6ee4.zip |
💄 wider main div on mobile device
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; } |