Wide page as helper class, disable prod. sourcemaps, reduce header size

Header lineheight reduced slightly
This commit is contained in:
Xevion
2022-09-20 20:14:08 -05:00
parent 13b5e61de2
commit 31bda0f788
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -1,6 +1,7 @@
header {
max-width: 100vw;
line-height: 1;
.stack {
overflow: hidden;
display: grid;
+4
View File
@@ -22,3 +22,7 @@ p {
border-width: thin 0;
padding: 10px;
}
body.wide {
max-width: 60rem !important;
}