feat: slightly increase max page width

This commit is contained in:
Martin Prokoph
2025-03-28 15:32:52 +01:00
parent a72f0d4b19
commit 205fec671f

View File

@@ -15,7 +15,7 @@
@include breakpoint(large) {
padding: 0 calc(2rem / 2);
max-width: 1200px;
max-width: 1400px;
}
&.stretch {