From c67d4ac73ad076d455ae612b6d92afdc384ca84b Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 12:41:57 +0200 Subject: [PATCH] add labels --- 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 ec0edc1c..d3b99251 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -19,6 +19,7 @@ body { height: 500px; border: 1px solid blue; margin-right: 10px; + padding: 10px; } .lastpicture { @@ -26,4 +27,5 @@ body { float: left; height: 400px; border: 1px solid red; + padding: 10px; } \ No newline at end of file