More Styling Changes

This commit is contained in:
seiichiro 2022-01-10 17:40:59 +01:00
parent b00887703a
commit 18367d2469

View file

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