From 18367d2469bb7b12a62cbdc640342dc67de744ba Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:40:59 +0100 Subject: [PATCH] More Styling Changes --- css/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index e96a421..bce28a9 100644 --- a/css/style.css +++ b/css/style.css @@ -3,10 +3,6 @@ body { font-family: sans; } .content { - padding: 4px; - position: relative; - width: 92vw; - height: 92vh; background-color: #000000; } @@ -14,6 +10,14 @@ body { display: block; width: 100%; padding: 10px; + background-color: #101010; +} + +.images { + padding: 4px; + position: relative; + width: 92vw; + height: 92vh; } .single {