We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ba12b commit 286210eCopy full SHA for 286210e
.prettierrc
@@ -6,7 +6,6 @@
6
"singleQuote": false,
7
"trailingComma": "es5",
8
"bracketSpacing": true,
9
- "jsxBracketSameLine": false,
10
"arrowParens": "avoid",
11
"htmlWhitespaceSensitivity": "ignore",
12
"endOfLine": "auto"
sites/website/src/css/custom.css
@@ -327,10 +327,9 @@ li {
327
--type-ramp-plus-6-line-height: 72px;
328
--wrapper-gutter: 5vw;
329
--wrapper-max-width: 800px;
330
- grid-template-columns: minmax(var(--wrapper-gutter), 1fr) minmax(
331
- 0,
332
- var(--wrapper-max-width)
333
- ) minmax(var(--wrapper-gutter), 1fr);
+ grid-template-columns:
+ minmax(var(--wrapper-gutter), 1fr) minmax(0, var(--wrapper-max-width))
+ minmax(var(--wrapper-gutter), 1fr);
334
}
335
336
.section,
0 commit comments