Skip to content

Commit

Permalink
Update NavBar.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent 647b3a5 commit 728cace
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Layout/NavBar.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
background-color: #D1A43E;
}
.nav-pills {
margin-top: 10px;
}
.img-nav {
max-width: 160px;
}
</style>

<nav class="navbar navbar-expand-lg bg-body-tertiary">
Expand All @@ -22,7 +30,7 @@
<div class="row">

<div class="col-12 col-md-6">
<a href="#"><img src="/Images/CirsaLogo.svg" alt="Bootstrap" width="160" height="50"></a>
<a href="#"><img src="/Images/CirsaLogo.svg" class="inmg-fluid img-nav" alt="Cirsa"></a>
</div>

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

0 comments on commit 728cace

Please sign in to comment.