Skip to content

Commit

Permalink
Update Navbar.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrayb committed Sep 15, 2024
1 parent d241967 commit b82fa33
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 @@ -20,7 +20,7 @@ const coursetags = {
<nav class="w-100 py-0 navbar navbar-expand" style="background-color: black;">

<!-- <div class="collapse navbar-collapse"> -->
<div class="container">
<div class="container overflow-auto">
<ul class="navbar-nav me-auto mb-0 ">
<div class="vr d-none d-sm-block" style="color: white;"></div>
<li class="nav-item">
Expand Down

0 comments on commit b82fa33

Please sign in to comment.