Skip to content

Commit

Permalink
Increased Avrae logo size in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Romero authored and Kevin Romero committed Feb 16, 2024
1 parent 22ef831 commit ba96979
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
z-index: 100;
}

// Increase size of img in navbar
.navbar-header img {
height: 40px;
width: auto;
}

.flex-spacer {
flex: 1 1;
//flex-grow: 1;
Expand Down

0 comments on commit ba96979

Please sign in to comment.