Style Changes

This commit is contained in:
seiichiro 2022-01-10 18:24:08 +01:00
parent c8b939c7e8
commit 024b3dbfc3

View file

@ -1,5 +1,4 @@
body { body {
background-color: #000000;
font-family: sans; font-family: sans;
} }
.content { .content {
@ -23,11 +22,13 @@ body {
.images { .images {
position: relative; position: relative;
width: 92vw; background-color: #000000;
} }
.single { .single {
width: 92vw;
height: 92vh; height: 92vh;
background-color: #000000;
} }
.single-image { .single-image {
position: absolute; position: absolute;
@ -71,7 +72,6 @@ body {
height: 200px; height: 200px;
} }
.footer { .footer {
width: 100%;
padding: 10px; padding: 10px;
margin-top: 10px; margin-top: 10px;
background-color: #404040; background-color: #404040;