diff options
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 { |
