diff options
| author | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-21 11:53:54 +0000 |
| commit | 6beea1d4127d2d51bfdc75162423407c198d19da (patch) | |
| tree | 03aaf4e1511935dd8bc0b35e167544adcd7bacb5 /public/static/styles.css | |
| parent | f71e02f096f4b856a8ebd0323cebfd958bb17359 (diff) | |
add date to posts
Diffstat (limited to 'public/static/styles.css')
| -rw-r--r-- | public/static/styles.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/public/static/styles.css b/public/static/styles.css index 7259353..cae2337 100644 --- a/public/static/styles.css +++ b/public/static/styles.css @@ -27,17 +27,14 @@ hr { h1 { - margin-bottom: 0; font-size: 1.8rem; } h2 { - margin-bottom: 0; font-size: 1.5rem; } h3 { - margin-bottom: 0; font-size: 1.2rem; } @@ -56,7 +53,8 @@ main { justify-content: space-between; } -.header-title { +.header-title h1{ + margin-bottom: 0px; } .nav { |
