From a539dff7ea37c05eb0a3d303fa52b341f58b1222 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 12:39:16 +0200 Subject: [PATCH] how to position two divs nexto to eachoter --- 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 d5e5e9de..37ea43a7 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -10,11 +10,11 @@ body { .video { width: 100%; - overflow: hidden; + overflow: auto; } .mainvideo { - width: 60%; + width: 50%; float: left; height: 500px; border: 1px sold blue;