Skip to content

Commit

Permalink
fix sidebar css
Browse files Browse the repository at this point in the history
Fixes #278
  • Loading branch information
brainkim committed Oct 7, 2024
1 parent 327e49b commit f97710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Main({children}: {children: unknown}) {
}
@media screen and (min-width: 1100px) {
margin-left: 320px;
margin-left: 20rem;
padding: 3rem 2rem;
}
Expand Down

0 comments on commit f97710c

Please sign in to comment.