1
0

remove the 960px max width limit

This commit is contained in:
Simon Michael
2024-09-26 17:29:04 -10:00
parent cd0b6d41a9
commit 04b1661b5d

View File

@@ -4,6 +4,10 @@ body {
font-size:large;
}
body > .container {
max-width:none;
}
h1 { font-size: 5rem; }
h2 { font-size: 4rem; }
h3 { font-size: 3rem; }