summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 21:35:59 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 21:35:59 +0200
commit46a4bd9f21af3096110652128821a90d328c0494 (patch)
tree2dddf0c427b035b3f123107d7309272b2a068deb /style.css
parent27f98e636b2819189aba5559270054fa7e6f62ae (diff)
Allow more space above buttons
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 1866ade..747bb8a 100644
--- a/style.css
+++ b/style.css
@@ -174,7 +174,7 @@ h2 {
174.two-buttons, 174.two-buttons,
175.one-button { 175.one-button {
176 height: 4em; 176 height: 4em;
177 margin: 1em 0 0.5em 0; 177 margin: 3em 0 0.5em 0;
178} 178}
179 179
180.button { 180.button {