fix overflow

This commit is contained in:
Sem van der Hoeven
2023-06-02 13:06:06 +02:00
parent e4a5a3aeac
commit 0144fa9a51

View File

@@ -19,7 +19,7 @@ html, body {
.mainvideo {
width: 50%;
float: left;
/* float: left; */
height: 500px;
border: 1px solid blue;
margin-right: 10px;
@@ -28,7 +28,7 @@ html, body {
.lastpicture {
width: 40%;
float: left;
/* float: left; */
height: 400px;
border: 1px solid red;
padding: 10px;