Location component splash view
This commit is contained in:
parent
f5c5e6a44b
commit
f0b6c32a54
5 changed files with 63 additions and 2 deletions
|
|
@ -91,3 +91,17 @@ body {
|
|||
#submissions {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
#location{
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 100%;
|
||||
min-height: 500px;
|
||||
background-size: cover;
|
||||
-webkit-background-size:cover;
|
||||
}
|
||||
|
||||
#location li{
|
||||
display: inline-block;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue