Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkWithPbody committed Jun 5, 2024
1 parent 16766ad commit a006f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ a {
}

& .sidebar.left {
left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth) / 2;
left: calc(calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth) / 2);

@media all and (max-width: $fullPageWidth) {
gap: 0;
Expand All @@ -191,7 +191,7 @@ a {
}

& .sidebar.right {
right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth) / 2;
right: calc(calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth) / 2);
flex-wrap: wrap;
z-index: 999;

Expand Down

0 comments on commit a006f36

Please sign in to comment.