Skip to content

Commit

Permalink
🐛 Wrong logo ratio on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Feb 24, 2024
1 parent 6c8425c commit 64da952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/HomepageHeader/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

.mainTitleLogo {
max-width: '100%';
width: auto;
height: auto;
}

@media screen and (max-width: 996px) {
Expand Down

0 comments on commit 64da952

Please sign in to comment.