diff options
author | JustineSmithies <justine@smithies.me.uk> | 2023-05-14 08:16:09 +0100 |
---|---|---|
committer | JustineSmithies <justine@smithies.me.uk> | 2023-05-14 08:16:09 +0100 |
commit | d41c1c791be9faad344227fb6762781842202770 (patch) | |
tree | a954bfc96c28af3f9b5e3cd11d4cc839a324c431 /header.html | |
parent | 5ca2aaff484b599a33df7f1bc8373f2fbc9c12f2 (diff) |
Removed extra 0 in body css padding thanks to Walter Brill
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html index 731ba84..edf5e6c 100644 --- a/header.html +++ b/header.html @@ -11,7 +11,7 @@ margin: 0 auto; max-width: 48rem; line-height: 1.45; - padding: 0.5rem 0 1.6rem; + padding: 0.5rem 1.6rem; } a { color: #000000; |