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 {