Skip to content

Commit

Permalink
Decrease size of logo in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Aug 12, 2024
1 parent d1627a1 commit 3239294
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ a {

@media (min-width: 992px) {
.navbar-brand img {
height: 90px;
height: 80px;
}
}

Expand Down

0 comments on commit 3239294

Please sign in to comment.