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 {
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;