More Styling Changes
This commit is contained in:
parent
b00887703a
commit
18367d2469
1 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue