Skip to content

Commit 0a7a1ae

Browse files
committed
Minor css change
1 parent 0010ff7 commit 0a7a1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ body {
99
line-height: 1.6;
1010
-webkit-font-smoothing: antialiased;
1111
-moz-osx-font-smoothing: grayscale;
12-
background: #fff;
12+
background: #222;
1313
}
1414
video {
1515
width: 100%;
1616
height: auto;
1717
height: 100%;
18-
object-fit: cover;
18+
object-fit: contain;
1919
}
2020
video:fullscreen {
2121
object-fit: contain;

0 commit comments

Comments
 (0)