summaryrefslogtreecommitdiff
path: root/webapp/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/static/style.css')
-rw-r--r--webapp/static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/static/style.css b/webapp/static/style.css
index 857541d..b9a696e 100644
--- a/webapp/static/style.css
+++ b/webapp/static/style.css
@@ -227,3 +227,11 @@ a.btn:active, a.btn:hover, a.btn:visited, a.btn:link {
background-color: #d35f5f;
box-shadow: 1px 2px 4px 1px #000;
}
+
+.controls {
+ padding-top: 8em;
+}
+
+.render_output {
+ padding-bottom: 8em;
+}