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;
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue