Skip to content

Commit

Permalink
changed width to 18.75rem
Browse files Browse the repository at this point in the history
  • Loading branch information
matanfield committed Sep 1, 2024
1 parent 8f85746 commit ec6d41d
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: 100%;
--main-pl: unset;
--sb-max-width: unset;
--sb-width: 15rem;
--sb-width: 18.75rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down
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: 18.75rem;
--sb-content-max-width: 100%;
--sb-content-width: 100%;
--sb-content-pb: 0;
Expand Down

0 comments on commit ec6d41d

Please sign in to comment.