From 08471e6f56af8400c20fd2173065c11ac6f482ab Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:55:06 +0100 Subject: [PATCH] Style Changes --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 6f99cb9..941f3a3 100644 --- a/css/style.css +++ b/css/style.css @@ -3,14 +3,11 @@ body { font-family: sans; } .content { - width: 92vw; - height: 92vh; padding: 4px; background-color: #000000; } .page-header { - width: 100%; padding: 10px; background-color: #404040; margin-bottom: 10px; @@ -18,6 +15,8 @@ body { .images { position: relative; + width: 92vw; + height: 92vh; } .single {