diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-11 11:47:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-11 11:47:09 +0200 |
commit | eff6e5f6ba279e5f5f64f6902ede750997019a6a (patch) | |
tree | 4f048116c1428ce3dc4531cb11ccd49d0c580483 /scss | |
parent | 8b56e2ab1598c892b5da6c332b8d29835d950e22 (diff) | |
download | Ishtar-eff6e5f6ba279e5f5f64f6902ede750997019a6a.tar.bz2 Ishtar-eff6e5f6ba279e5f5f64f6902ede750997019a6a.zip |
Wait window for quick actions - responsive adaptation
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 5a237639c..4ef16121d 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -422,7 +422,7 @@ textarea { .container{ margin-top: 1em; - margin-bottom: 8em; + margin-bottom: 16em; } .bg-dark{ |