diff options
author | Joris | 2024-05-20 09:40:54 +0200 |
---|---|---|
committer | Joris | 2024-05-20 09:40:54 +0200 |
commit | 236ca262bc4a2f70d78c4725e31f951da7bc9ba6 (patch) | |
tree | 104f1ae452d6c8004b45e53ac123a14763da0ef5 /public | |
parent | 436ddf6f23242eb709b591cd5e9cbf1553f8d390 (diff) |
Improve style
Diffstat (limited to 'public')
-rw-r--r-- | public/main.css | 3 |
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 { |