aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustineSmithies <justine@smithies.me.uk>2023-05-13 18:14:16 +0100
committerJustineSmithies <justine@smithies.me.uk>2023-05-13 18:14:16 +0100
commitabc4b86717d97070556cd6cefcc3abc599c8915a (patch)
treed45825de924073b8700753c20259aaf666b1b726
parentc05943716c8f82d6826015900a4b2888dc4d9f51 (diff)
Added padding to blog edges
-rw-r--r--header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.html b/header.html
index 0e029c3..91c415b 100644
--- a/header.html
+++ b/header.html
@@ -24,7 +24,7 @@
text-decoration: underline;
}
main {
- <!-- padding: 0 1.4rem; -->
+ padding: 0 1.4rem;
hyphens: auto;
}
code {