Skip to content

Commit

Permalink
fix: style inline the CSS in NavBar component
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 6, 2024
1 parent 025c2a6 commit 2201098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { navBar } = Astro.props
</div>
</nav>

<style>
<style is:inline>
.nav {
padding: 2rem;
width: 100%;
Expand Down

0 comments on commit 2201098

Please sign in to comment.