Skip to content

Commit

Permalink
Small tweaks for Io's Mission
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 committed Dec 16, 2023
1 parent 0abc761 commit 7b1253b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Binary file modified images/ios_mission_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,11 @@ a:hover {color: #037}
border-radius: 10px;
padding: 0 10px;
border: solid #000 5px;
transform: translate(50%, 40%);
transform: translate(50%, 40%) rotate(5deg);
transition: .2s
}
.big:hover .play {
transform: translate(50%, 40%) scale(1.05);
}

.big > a > img:hover {
opacity: .9;
transform: translate(50%, 40%) rotate(5deg) scale(1.05);
}

/* small image */
Expand Down

0 comments on commit 7b1253b

Please sign in to comment.