diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 05:31:40 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-12-07 05:31:40 +0100 |
| commit | a99bb277d0af755215bb6fc2c0c6eebdafd15285 (patch) | |
| tree | 07c0cb8bbf2c9a7906957c861294f33491e40c4d /static/css/blog.css | |
| parent | 15c7a862bcf83aad0a369c84a0cb9cc323b64c47 (diff) | |
| download | cacharle.xyz-a99bb277d0af755215bb6fc2c0c6eebdafd15285.tar.gz cacharle.xyz-a99bb277d0af755215bb6fc2c0c6eebdafd15285.tar.bz2 cacharle.xyz-a99bb277d0af755215bb6fc2c0c6eebdafd15285.zip | |
Added better article spacing
Diffstat (limited to 'static/css/blog.css')
| -rw-r--r-- | static/css/blog.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/blog.css b/static/css/blog.css index 772bd5b..27a63d9 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -1,3 +1,13 @@ .article { margin-top: 4rem; } + +.article h1, +.article h2, +.article h3, +.article h4, +.article h5, +.article h6 { + margin-top: 2.5rem; + margin-bottom: 1rem; +} |
