Skip to content

Commit

Permalink
fix svg on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 20, 2024
1 parent 266df3a commit be3b817
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ svg {
@media (hover: none) and (max-width: 480px) {
.main {
width: 100%;
height: auto;
}

svg {
width: 100%;
}
}

Expand Down

0 comments on commit be3b817

Please sign in to comment.