author | Alan Dipert
<alan@dipert.org> 2020-04-17 18:24:10 UTC |
committer | Alan Dipert
<alan@dipert.org> 2020-04-17 18:24:10 UTC |
parent | 8331518bf135710e81e9808cd0712e14b226a1aa |
style.css | +2 | -8 |
diff --git a/style.css b/style.css index 404e875..716ea11 100644 --- a/style.css +++ b/style.css @@ -4,14 +4,12 @@ body { line-height: 1.4; font-size: 1.1em; padding: 1em; - /* background-color: #eee; */ - /* border-radius: 18px; */ - /* border: 1px solid #aaa; */ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } -h1 { +header > h1 { text-align: center; + margin-top: 0; } h1,h2,h3 { @@ -20,10 +18,6 @@ h1,h2,h3 { color: #cc3b12; } -header > h1 { - margin-top: 0; -} - footer { text-align: center; font-style: italic;