Skip to content

Commit

Permalink
Adjust to 18rem
Browse files Browse the repository at this point in the history
  • Loading branch information
matanfield committed Aug 30, 2024
1 parent 8f85746 commit 42edf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--main-mw: calc(120rem + var(--sb-h-indent, 0));
--main-pl: calc(var(--sb-h-indent, 0));
--sb-max-width: unset;
--sb-width: 15rem;
--sb-width: 18rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/layouts/SidenavLayout/SidenavLayout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.container {
--main-pl: unset;
--sb-max-width: unset;
--sb-width: 15rem;
--sb-width: 18rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down

0 comments on commit 42edf84

Please sign in to comment.