aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-26 09:35:27 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-26 09:35:27 +0100
commit698ed3aa2957a0b21bafd58ad0e2a70a7e1dd63b (patch)
treeb27954962afa76769836c2d128e2b7f2ae90d2a0 /style.css
parent4dafa00b6f8be97afec5f51b4b68156e3de37838 (diff)
added margin to bottom
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index f61ea8e..d1866c1 100644
--- a/style.css
+++ b/style.css
@@ -31,6 +31,7 @@ body, html {
.centeredpage {
max-width: 700px;
margin: 0 auto;
+ margin-bottom: 100px;
padding: 0 24px;
text-align: justify;