diff options
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; } |