Adds carousel to splash view
This commit is contained in:
parent
b10b43ac7a
commit
760dd06d31
3 changed files with 31 additions and 0 deletions
|
|
@ -83,3 +83,12 @@ body {
|
|||
.top-submitter img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#gallery-carousel .item img{
|
||||
height: 700px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
-webkit-background-size:cover;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue