Skip to content

Commit

Permalink
fix logo stretching too wide on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dabby9734 committed Dec 18, 2024
1 parent ad8e1ad commit 127da12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
margin-bottom: auto;
padding-top: 10px;
display: block;
width: 100%;
width: auto;
}

.header-mentorship-logo {
Expand Down

0 comments on commit 127da12

Please sign in to comment.