aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 4ab10d1..28fa747 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -1,4 +1,4 @@
-body { max-width: 800px; margin: 0 auto; }
+body { max-width: 800px; margin: 0 auto; padding: 1rem; }
a, a:visited { color: #0000ff; }
nav ul { list-style: none; padding: 0; display: flex; flex-direction: row; }
nav ul li { padding-right: 0.5rem;}