Skip to content

Commit

Permalink
change sidenav width to 87%
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 14, 2023
1 parent dfdb75b commit 2f0e27c
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 @@ -27,7 +27,7 @@
@include tablet {
--sb-max-width: 100%;
--sb-width: 100%;
--sb-content-width: 90%;
--sb-content-width: 87%;
--layout-tabs-height: 4rem;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--main-pl: unset;
--sb-max-width: 100%;
--sb-width: 100%;
--sb-content-width: 90%;
--sb-content-width: 87%;
--layout-tabs-height: 4rem;
--header-h: 0;
}
Expand Down

0 comments on commit 2f0e27c

Please sign in to comment.