diff options
Diffstat (limited to '')
| -rw-r--r-- | static/css/custom.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 57cf620..914db04 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -13,6 +13,7 @@ main { margin: 0 auto; padding: 0 1em; padding-top: 2em; + padding-bottom: 2em; } /* Typography */ @@ -27,9 +28,11 @@ h3 { h1 { font-size: 1.4rem; } + h2 { font-size: 1.3rem; } + h3 { font-size: 1.2rem; } |
