Skip to content

Commit

Permalink
refactor(css): use sidebar-width var
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 11, 2020
1 parent 9c7293b commit 4bfd58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body {

@media screen and (max-width: 959px) {
.theme aside {
width: 16.4rem;
width: var(--sidebar-width);
}
}

Expand Down Expand Up @@ -115,7 +115,7 @@ body {

@media screen and (max-width: 959px) {
.theme main {
margin-left: 16.4rem;
margin-left: var(--sidebar-width);
}
}

Expand Down

0 comments on commit 4bfd58e

Please sign in to comment.