Skip to content

Commit

Permalink
fix: right sidebar active size
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Jul 15, 2024
1 parent bea4033 commit 8e7936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const translatedPages = await (async (c) => {

.wrap-nav nav {
margin-left: .5rem;
max-width: 240px;
width: 280px;
}
}

Expand Down

0 comments on commit 8e7936a

Please sign in to comment.