From 0144fa9a51c9cb09bb79ac0eb739db078b073fe1 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 2 Jun 2023 13:06:06 +0200 Subject: [PATCH] fix overflow --- api/public/css/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 0c8bfc60..1db2e8f2 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -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;