diff --git a/templates/page.html b/templates/page.html index 3467db3..c1053e4 100644 --- a/templates/page.html +++ b/templates/page.html @@ -69,14 +69,14 @@ $def with (title, body) font-size: 1.3em; font-weight: bold; text-align: center; - padding-bottom: 20px; + padding-bottom: 5px; padding-top: 10px; } h2 { font-size: 1.1em; font-weight: bold; padding-bottom:5px; - padding-top:5px; + padding-top:20px; } p { padding-bottom: 5px; @@ -84,7 +84,7 @@ $def with (title, body) form { text-align: center; padding: 10px; - } + } $:body