summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commit76f01e0a6111ab0069ef6defea7a96627dce6ee4 (patch)
treeddef8173d5ea456d5e7c28b22f739c702b277465 /scss/custom.scss
parent2092ace498c9986bb57ce8c838ae773eac22f3ab (diff)
downloadIshtar-76f01e0a6111ab0069ef6defea7a96627dce6ee4.tar.bz2
Ishtar-76f01e0a6111ab0069ef6defea7a96627dce6ee4.zip
💄 wider main div on mobile device
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss7
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;
}