Skip to content

Commit

Permalink
chore: style minor tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 22, 2024
1 parent f3ab300 commit 9150ac9
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions assets/main/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
}

main.sidebar {
.content-docs {
@extend .col-xxl-7;
}
.content-posts {
@extend .col-xxl-8;
}

&.sidebar-none {
.sidebar {
display: none !important;
Expand All @@ -23,14 +30,4 @@ main.sidebar {
@extend .col-xxl-10;
}
}


&:not(.sidebar-none) {
.content-docs {
@extend .col-xxl-7;
}
.content-posts {
@extend .col-xxl-8;
}
}
}

0 comments on commit 9150ac9

Please sign in to comment.