Skip to content

Commit

Permalink
style: adjust the sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 26, 2023
1 parent d1a9dd6 commit 46da409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/hb/modules/blog/scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
display: grid;
grid-gap: 1rem;
grid-template-areas: "sidebar main";
grid-template-columns: 1fr minmax(0, 3fr);
grid-template-columns: 2fr minmax(0, 5fr);
}

@include media-breakpoint-up(xl) {
grid-template-columns: 1fr minmax(0, 4fr);
grid-template-columns: 2fr minmax(0, 7fr);
}
}

Expand Down

0 comments on commit 46da409

Please sign in to comment.