fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:10:21 +02:00
parent ca3fdcf760
commit e2f4cde884

View File

@@ -20,7 +20,7 @@ html, body {
.mainvideo {
width: 50%;
float: left;
height: 500px;
height: 100%;
border: 1px solid blue;
margin-right: 10px;
padding: 10px;