Skip to content

Commit

Permalink
feat: expand container width on large screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Feb 2, 2021
1 parent 74e2d68 commit 9a3280c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/styles/layout/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
&--fluid {
max-width: inherit;
}

@media (min-width: 1440px) {
& {
--ifm-container-width: 1320px;
}
}
}

.row {
Expand Down

0 comments on commit 9a3280c

Please sign in to comment.