From 8d1e451e547c71ec69a3434fe9f14b0ef9f36497 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:53:16 +0100 Subject: [PATCH] Style Changes --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 5a8437d..2743612 100644 --- a/css/style.css +++ b/css/style.css @@ -3,6 +3,9 @@ body { font-family: sans; } .content { + width: 92vw; + height: 92vh; + padding: 4px; background-color: #000000; } @@ -13,10 +16,7 @@ body { } .images { - padding: 4px; position: relative; - width: 92vw; - height: 92vh; } .single {