commit | f7e26101039ef29e9c0d639f3848c5a9bea35b13 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Mar 30 17:12:39 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Mar 30 17:12:39 2023 +0200 |
tree | 63fea793c3a2c14100523735cc1d4503a63b4027 | |
parent | d5513b1b0b2e9f27e453de50632167d00c0900da [diff] |
Increase h1/h2 top margins Change-Id: I99694bb8e48ccb0cb180ec802faa8ff50a3fe3ab
diff --git a/static/main.css b/static/main.css index b8e1d6f..800faa4 100644 --- a/static/main.css +++ b/static/main.css
@@ -17,10 +17,12 @@ h1 { color: #00973A; + margin-top: 20px; font-size: 2em; } h2 { color: #00973A; font-size: 1.75em; + margin-top: 20px; }