Skip to content

Commit

Permalink
Fixed navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent c7b5c23 commit 1498881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Layout/NavBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<a href="#"><img src="/Images/CirsaLogo.svg" alt="Bootstrap" width="160" height="50"></a>
</div>

<div class="small-space"></div>

<div class="col-12 col-md-6">

<nav class="nav nav-pills nav-fill">
Expand Down Expand Up @@ -52,6 +50,8 @@
</div>
</nav>

<div class="small-space"></div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>

@code {
Expand Down

0 comments on commit 1498881

Please sign in to comment.