Style Changes
This commit is contained in:
parent
91ce328f72
commit
08471e6f56
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue