Style Changes

This commit is contained in:
seiichiro 2022-01-10 17:53:16 +01:00
parent 68853af431
commit 8d1e451e54

View file

@ -3,6 +3,9 @@ body {
font-family: sans; font-family: sans;
} }
.content { .content {
width: 92vw;
height: 92vh;
padding: 4px;
background-color: #000000; background-color: #000000;
} }
@ -13,10 +16,7 @@ body {
} }
.images { .images {
padding: 4px;
position: relative; position: relative;
width: 92vw;
height: 92vh;
} }
.single { .single {