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;
|
font-family: sans;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
|
width: 92vw;
|
||||||
|
height: 92vh;
|
||||||
|
padding: 4px;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,10 +16,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.images {
|
.images {
|
||||||
padding: 4px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 92vw;
|
|
||||||
height: 92vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.single {
|
.single {
|
||||||
|
|
Loading…
Reference in a new issue