Skip to content

Commit

Permalink
fix: banner img dimension fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwarner committed Feb 19, 2024
1 parent c28bf57 commit 3601b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ footer {
}

.banner-logo img {
height: 150px;
width: auto;
height: 150px !important;
width: 150px !important;
}

.banner-svg-img {
Expand Down

0 comments on commit 3601b09

Please sign in to comment.