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 {