Skip to main content

This should be max-width, not width

ID
57edda2
date
2024-07-20 06:32:17+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
44a5881
message
This should be `max-width`, not `width`
changed files
1 file, 1 addition

Changed files

TEMPLATE.html (1787) → TEMPLATE.html (1810)

diff --git a/TEMPLATE.html b/TEMPLATE.html
index 9de0da4..41cfb6c 100644
--- a/TEMPLATE.html
+++ b/TEMPLATE.html
@@ -33,6 +33,7 @@
 
     main {
       flex: 1;
+      max-width: 100%;
     }
 
     header > *, main, footer > * {