Refactor sponsor slides to not require reloading the audience display to pick up changes.

This commit is contained in:
Patrick Fairbank
2018-09-14 00:22:44 -07:00
parent 833bd32ab2
commit 2f3b402c34
6 changed files with 51 additions and 62 deletions

View File

@@ -369,6 +369,12 @@ html {
#sponsor .carousel-inner, #sponsor .item {
height: 100%;
}
.sponsor-image-container {
width: 1000px;
height: 500px;
display: table-cell;
vertical-align: middle;
}
#sponsor h1, #sponsor h2 {
font-family: "FuturaLTBold";
margin: 0;
@@ -386,13 +392,12 @@ html {
}
#sponsor h2 {
font-size: 6em;
padding-top: 150px;
padding-top: 145px;
line-height: 110px;
}
#sponsor img {
max-width: 800px;
height: 400px;
margin-top: 50px;
display: inline-block;
max-height: 400px;
}
#allianceSelectionCentering {
position: absolute;