Skip to content

Commit

Permalink
update media query
Browse files Browse the repository at this point in the history
  • Loading branch information
richknicks committed Mar 4, 2024
1 parent 2ba46d8 commit 15bbfa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ select > option {
}

.video-fullscreen {
position: relative;
object-fit: cover;
/* position: relative; */
top: 50%;
/* transform:translateY(-50%); */
}
Expand Down

0 comments on commit 15bbfa2

Please sign in to comment.