Skip to content

Commit

Permalink
feat(core): ✨ increase base layout width to 1080px
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 14, 2022
1 parent 52f8b3f commit 8c8ab99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@
@size-icon: 1.25rem;
// Not in the header section it is also used outside of header
@header-size: 3.5rem;
@width-layout: @width-breakpoint-desktop - 2 * @padding-page;
// 67.5rem at 16px font size
// We use px because it would be frustrating if max-width changes with font size
@width-layout: 1080px;
// TODO: Revise this number, fixed value isn't great but we need it for b
@width-toc: 240px;

Expand Down

0 comments on commit 8c8ab99

Please sign in to comment.