Skip to content

Commit

Permalink
fixed rendering issue on small screens on the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Feb 22, 2020
1 parent ac5b3dc commit 26957fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
img {
animation: sizeChangeOut .5s forwards;
width: 30vw;
}
img:hover {
animation: sizeChangeIn .5s forwards;
Expand Down

0 comments on commit 26957fd

Please sign in to comment.