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