Fix the venue display on splash
This commit is contained in:
parent
5a0328842e
commit
ff025a4839
3 changed files with 14 additions and 36 deletions
|
|
@ -64,6 +64,9 @@
|
|||
#venue {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
#venue-pic {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#lodging {
|
||||
|
|
@ -171,18 +174,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Venue icon styles */
|
||||
.icon-container {
|
||||
position: relative;
|
||||
height: 60%;
|
||||
.icon-inner {
|
||||
position:absolute;
|
||||
top:50%;
|
||||
left: 50%;
|
||||
transform:translate(-50%,-50%);
|
||||
.fa-university {
|
||||
font-size: 10em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue