aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index d3eda0f..71acb7e 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -6,9 +6,12 @@ body {
max-width: 50em;
}
-body,
+body {
+ padding: 1rem;
+}
+
footer {
- padding: 1rem 0;
+ margin: 1rem 0;
}
nav {