aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/main.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/stylesheets/main.css b/stylesheets/main.css
index 75fb895..be01e55 100644
--- a/stylesheets/main.css
+++ b/stylesheets/main.css
@@ -25,8 +25,13 @@ p { line-height: 1.4; }
.wrapper {
margin: 0 auto;
- max-width: 45rem;
+ max-width: 800px;
}
header { margin: 1rem 0 2rem; }
-footer { margin: 2rem 0; }
+footer { margin: 4rem 0 2rem; }
+footer ul { list-style: none; padding: 0; }
+footer ul li {
+ display: inline-block;
+ margin-right: 6px;
+}