Skip to content

Commit

Permalink
fix margin for play button
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Nov 7, 2023
1 parent 44c9fee commit 727d387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/data/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@
height: 32px;
width: auto;
transition: all 0.3s ease-in-out;
margin-left: 10px;
margin-left: 40px;
}

.parent:hover .image-resize {
height: 128px;
width: auto;
margin-left: 0px;
}

.parent {
Expand Down

0 comments on commit 727d387

Please sign in to comment.