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 | a43041b385cb6ccd82cfc30f310c4b447eaf8789 (patch) | |
tree | 4f048116c1428ce3dc4531cb11ccd49d0c580483 /scss | |
parent | 3301bd4ea313561fa7d61264917e56b6ff5e33e1 (diff) | |
download | Ishtar-a43041b385cb6ccd82cfc30f310c4b447eaf8789.tar.bz2 Ishtar-a43041b385cb6ccd82cfc30f310c4b447eaf8789.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{ |