aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/main.css b/src/css/main.css
index 37666f7..9463fac 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -7,6 +7,9 @@
margin: 0;
padding: 0;
}
+body {
+ margin-bottom: 42px;
+}
header {
background-color: #519c60;
@@ -24,6 +27,16 @@ h2 {
p {
font-size: 1.2em;
+ margin-top: 1em;
+}
+
+ul {
+}
+
+li {
+ margin-left: 42px;
+ padding-top: 4px;
+ padding-bottom: 4px;
}
.spacing {