diff options
author | Prefetch | 2019-06-09 22:33:44 +0200 |
---|---|---|
committer | Prefetch | 2019-06-09 22:33:44 +0200 |
commit | 2dacb951ee001f8fdf4e2b37e2060f6c74841c9f (patch) | |
tree | 54a56a2a30c6bda5e83cec775aba19e1ef3cc2f5 /static | |
parent | da0b1ae00b2dc52e6baa2e7a3f96b622fc1f2315 (diff) |
Improve heading generation
Diffstat (limited to 'static')
-rw-r--r-- | static/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 0394165..b79aef8 100644 --- a/static/main.css +++ b/static/main.css @@ -12,6 +12,10 @@ a { color:#61afef; } +h1 { font-size:2rem; } +h2 { font-size:1.5rem; } +h3 { font-size:1rem; } + .content { min-height: calc(100vh - 20ch); } .navbar a:link { color:#abb2bf; } |