Spaces:
Running
Running
widening
Browse files
app/src/styles/_layout.css
CHANGED
|
@@ -69,8 +69,8 @@
|
|
| 69 |
}
|
| 70 |
|
| 71 |
.wide {
|
| 72 |
-
/* Target up to ~
|
| 73 |
-
width: min(
|
| 74 |
margin-left: auto;
|
| 75 |
margin-right: auto;
|
| 76 |
/* Center relative to the main column */
|
|
|
|
| 69 |
}
|
| 70 |
|
| 71 |
.wide {
|
| 72 |
+
/* Target up to ~1400px while maintaining consistent margins */
|
| 73 |
+
width: min(1400px, calc(100vw - 2 * var(--content-padding-x)));
|
| 74 |
margin-left: auto;
|
| 75 |
margin-right: auto;
|
| 76 |
/* Center relative to the main column */
|