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; font-family: sans;
} }
.content { .content {
width: 92vw;
height: 92vh;
padding: 4px; padding: 4px;
background-color: #000000; background-color: #000000;
} }
.page-header { .page-header {
width: 100%;
padding: 10px; padding: 10px;
background-color: #404040; background-color: #404040;
margin-bottom: 10px; margin-bottom: 10px;
@ -18,6 +15,8 @@ body {
.images { .images {
position: relative; position: relative;
width: 92vw;
height: 92vh;
} }
.single { .single {