diff options
Diffstat (limited to 'webapp/static/style.css')
-rw-r--r-- | webapp/static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/static/style.css b/webapp/static/style.css index bebb762..64a14eb 100644 --- a/webapp/static/style.css +++ b/webapp/static/style.css @@ -239,7 +239,11 @@ a.btn.green { } .controls { - padding-top: 8em; + padding-top: 4em; +} + +.banner { + padding-top: 4em; } .render_output { |