Skip to content

Commit

Permalink
Prettier 2
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed Jul 2, 2024
1 parent 79c89a0 commit a07d431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto"
Expand Down
7 changes: 3 additions & 4 deletions sites/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,9 @@ li {
--type-ramp-plus-6-line-height: 72px;
--wrapper-gutter: 5vw;
--wrapper-max-width: 800px;
grid-template-columns: minmax(var(--wrapper-gutter), 1fr) minmax(
0,
var(--wrapper-max-width)
) minmax(var(--wrapper-gutter), 1fr);
grid-template-columns:
minmax(var(--wrapper-gutter), 1fr) minmax(0, var(--wrapper-max-width))
minmax(var(--wrapper-gutter), 1fr);
}

.section,
Expand Down

0 comments on commit a07d431

Please sign in to comment.