Style Changes
This commit is contained in:
parent
c8b939c7e8
commit
024b3dbfc3
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
body {
|
||||
background-color: #000000;
|
||||
font-family: sans;
|
||||
}
|
||||
.content {
|
||||
|
@ -23,11 +22,13 @@ body {
|
|||
|
||||
.images {
|
||||
position: relative;
|
||||
width: 92vw;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.single {
|
||||
width: 92vw;
|
||||
height: 92vh;
|
||||
background-color: #000000;
|
||||
}
|
||||
.single-image {
|
||||
position: absolute;
|
||||
|
@ -71,7 +72,6 @@ body {
|
|||
height: 200px;
|
||||
}
|
||||
.footer {
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
background-color: #404040;
|
||||
|
|
Loading…
Reference in a new issue