diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-08 21:35:59 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-08 21:35:59 +0200 |
commit | 46a4bd9f21af3096110652128821a90d328c0494 (patch) | |
tree | 2dddf0c427b035b3f123107d7309272b2a068deb | |
parent | 27f98e636b2819189aba5559270054fa7e6f62ae (diff) |
Allow more space above buttons
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |