We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78599a2 commit f362d0bCopy full SHA for f362d0b
assets/css/v2/style.css
@@ -450,7 +450,14 @@ nav {
450
451
.content-layout {
452
display: grid;
453
- grid-template-columns: var(--grid-content) var(--grid-side-callout);
+ grid-template-columns: 1fr minmax(
454
+ auto,
455
+ calc(
456
+ var(--grid-content) +
457
+ var(--grid-side-callout) +
458
+ var(--grid-column-gutter)
459
+ )
460
+ ) 1fr;
461
column-gap: var(--grid-column-gutter);
462
}
463
0 commit comments