Add black background to video

This commit is contained in:
Charlotte Som 2023-02-23 16:58:32 +00:00
parent d072d921ee
commit bf2d54e858

View file

@ -54,4 +54,5 @@ video {
display: block;
height: 720px;
margin: 0 auto;
background: black;
}