Skip to content

Commit

Permalink
Shrink alliance selection audience overlay to leave more room for video.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Oct 6, 2024
1 parent 4de9e43 commit 952d20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/css/audience_display.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ html {
border: 2px solid #222;
text-align: center;
font-family: "FuturaLT";
font-size: 3.5em;
font-size: 2.6em;
}
#allianceSelectionTable img {
width: 3em;
Expand All @@ -611,12 +611,12 @@ html {
background-color: #ccc;
}
.alliance-cell {
padding: 0px 40px;
padding: 0px 20px;
font-family: "FuturaLT";
color: #999;
}
.selection-cell {
width: 3.4em;
width: 3.1em;
color: #222;
}
#lowerThird {
Expand Down

0 comments on commit 952d20f

Please sign in to comment.