Skip to content

Commit

Permalink
🔄 synced local 'quartz/' with remote 'quartz/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed May 4, 2024
1 parent aba288f commit c2e44fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions quartz/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ a {
& .sidebar.right {
right: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
flex-wrap: wrap;
z-index: 999;
& > * {
@media all and (max-width: $fullPageWidth) {
flex: 1;
Expand Down
4 changes: 2 additions & 2 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ol.overflow {
.page .page-header {
padding: 1px;
width: auto;
margin-left: -2dvw;
margin-right: -2dvw;
margin-left: -4dvw;
margin-right: -1dvw;
}

@media all and (max-width: $fullPageWidth) {
Expand Down

0 comments on commit c2e44fc

Please sign in to comment.