Style Changes
This commit is contained in:
parent
68853af431
commit
8d1e451e54
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,9 @@ body {
|
|||
font-family: sans;
|
||||
}
|
||||
.content {
|
||||
width: 92vw;
|
||||
height: 92vh;
|
||||
padding: 4px;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
@ -13,10 +16,7 @@ body {
|
|||
}
|
||||
|
||||
.images {
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
width: 92vw;
|
||||
height: 92vh;
|
||||
}
|
||||
|
||||
.single {
|
||||
|
|
Loading…
Reference in a new issue