add full width video backgrounds
This commit is contained in:
parent
7ce9cebd06
commit
bd06d674b8
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user