Fix the venue display on splash

This commit is contained in:
Henne Vogelsang 2016-06-30 17:31:11 +02:00
parent 5a0328842e
commit ff025a4839
3 changed files with 14 additions and 36 deletions

View file

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