mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2026-01-31 04:26:31 -06:00
Wide page as helper class, disable prod. sourcemaps, reduce header size
Header lineheight reduced slightly
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
header {
|
||||
max-width: 100vw;
|
||||
line-height: 1;
|
||||
.stack {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
|
||||
@@ -22,3 +22,7 @@ p {
|
||||
border-width: thin 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
body.wide {
|
||||
max-width: 60rem !important;
|
||||
}
|
||||
Reference in New Issue
Block a user