aboutsummaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-11-30 14:59:18 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-11-30 14:59:18 +0000
commit6dbc6dbe5d93118b5ed24bb9488105ae81264656 (patch)
treedcbb4fc5aebe191b6f0a44be737f9ec42781691d /header.html
parent63176c51b4f3a87f773c32d58863d666f38df589 (diff)
Removed paddding-{left,right} from header and footer
Diffstat (limited to 'header.html')
-rw-r--r--header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/header.html b/header.html
index 55e4a6f..70912bc 100644
--- a/header.html
+++ b/header.html
@@ -67,13 +67,13 @@
header {
border-bottom: 1px dashed grey;
margin: 0rem 0;
- padding: 1rem 15px;
+ padding: 1rem 0px;
text-align: center;
}
footer {
border-top: 1px dashed grey;
margin: 2rem 0;
- padding: 1rem 15px;
+ padding: 1rem 0px;
text-align: center;
color: #000000;
}