From 0c3f561c381f0009a6c71c577c8395a10f99b8fe Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 12:35:21 +0200 Subject: [PATCH] change heights --- api/public/css/stylesheet.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index cf68897b..23ec8a75 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -15,11 +15,13 @@ body { .mainvideo { width: 60%; float: left; + height: 500px; border-color: 1px sold blue; } .lastpicture { width: 40%; float: right; + height: 400px; border-color: 1px solid red; } \ No newline at end of file