Location component splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-14 18:49:10 +05:30
parent f5c5e6a44b
commit f0b6c32a54
5 changed files with 63 additions and 2 deletions

View file

@ -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;
}