Added basic styling for each component

This commit is contained in:
Gopesh Tulsyan 2014-06-14 23:37:12 +05:30
parent ccf2d2361b
commit 8aab1d3655
3 changed files with 47 additions and 30 deletions

View file

@ -92,16 +92,20 @@ body {
padding-bottom: 20px;
}
#location{
#venue-banner-disp{
background-repeat: no-repeat;
background-position: center center;
width: 100%;
min-height: 500px;
background-size: cover;
-webkit-background-size:cover;
}
#location li{
#venue-banner-disp li{
display: inline-block;
margin-right: 2em;
}
.pad{
padding-top: 35px;
padding-bottom: 35px;
}