Added basic styling for each component
This commit is contained in:
parent
ccf2d2361b
commit
8aab1d3655
3 changed files with 47 additions and 30 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue