let's help folks find content

This commit is contained in:
Set Hallstrom 2020-01-21 16:06:05 +01:00
parent 4f34f3dff2
commit 395b7b9e8b

View file

@ -230,12 +230,12 @@ VIDEO PLAYER
#bgvid { #bgvid {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100%; height: 50%;
} }
#bgpic { #bgpic {
object-fit: cover; object-fit: cover;
width: 100%; width: 100%;
height: 100%; height: 50%;
display: inline-block; display: inline-block;
} }
@media screen and (max-width: 730px) { @media screen and (max-width: 730px) {