1
0

remove the 960px max width limit, 2

This commit is contained in:
Simon Michael
2024-09-26 17:35:06 -10:00
parent 04b1661b5d
commit ae3c355a9a

View File

@@ -5,7 +5,7 @@ body {
}
body > .container {
max-width:none;
max-width:revert;
}
h1 { font-size: 5rem; }