Skip to content

Commit

Permalink
fix image overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Feb 4, 2025
1 parent 7c5c088 commit 62e1d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ <h2>Heading 2</h2>
}

#logo > img {
max-height: 30vh;
max-width: 60vh;
max-height: 100%;
max-width: 100%;
width: auto;
height: auto;
}

#link-list {
Expand Down

0 comments on commit 62e1d51

Please sign in to comment.