Skip to content

Commit 1e1d1f5

Browse files
committed
feat(style.css): add proper styling to video
1 parent 5ce1b77 commit 1e1d1f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ main > section:first-of-type span {
143143
}
144144

145145
main > section:first-of-type video {
146-
min-height: 20%;
147-
min-width: 30%;
148-
max-height: 30%;
149-
max-width: 40%;
150-
margin-top: 10px;
146+
height: calc(50vw / 1.75);
147+
max-height: calc(800px / 1.75);
148+
width: 50vw;
149+
max-width: 800px;
150+
margin-top: 20px;
151151
border: 2px solid var(--text-color);
152152
}
153153

0 commit comments

Comments
 (0)