From 024b3dbfc34633942c76866d7fa1ac121cc1541e Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:24:08 +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 23ba7cc..178cb09 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,4 @@ body { - background-color: #000000; font-family: sans; } .content { @@ -23,11 +22,13 @@ body { .images { position: relative; - width: 92vw; + background-color: #000000; } .single { + width: 92vw; height: 92vh; + background-color: #000000; } .single-image { position: absolute; @@ -71,7 +72,6 @@ body { height: 200px; } .footer { - width: 100%; padding: 10px; margin-top: 10px; background-color: #404040;