mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Refactor sponsor slides to not require reloading the audience display to pick up changes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user