add full width video backgrounds

This commit is contained in:
Gary 2025-08-12 22:11:58 -07:00
parent 7ce9cebd06
commit bd06d674b8

View File

@ -113,9 +113,9 @@ main {
display: block;
}
video {
min-width: 300px;
width: 100%;
height: auto;
width: 100vw;
height: 100vh;
object-fit: cover;
}
.bg-one {
border-radius: 5px;
@ -425,9 +425,4 @@ a {
.flex-column {
padding: 10px 5px;
}
video {
width: auto;
height: auto;
}
}