Style Changes

This commit is contained in:
seiichiro 2022-01-10 17:55:06 +01:00
parent 91ce328f72
commit 08471e6f56

View file

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