aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/main.css b/public/main.css
index 0a20779..db9a678 100644
--- a/public/main.css
+++ b/public/main.css
@@ -3,7 +3,7 @@ html {
}
body {
- max-width: 500px;
+ max-width: 30rem;
margin: 0 auto;
font-family: sans-serif;
}
@@ -18,6 +18,7 @@ h1 {
font-variant: small-caps;
font-size: 40px;
letter-spacing: 0.2rem;
+ margin-bottom: 4rem;
}
.g-Link {