Skip to content

Commit

Permalink
Show Unpicked at bottom of display
Browse files Browse the repository at this point in the history
  • Loading branch information
cpapplefamily committed Jun 17, 2024
1 parent 405bfa7 commit d5c6693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/css/audience_display.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,17 +559,17 @@ html {
position: absolute;
height: 100%;
left: 3em;
top: 3em;
top: 85vh;
}
#allianceRankings {
max-width: 11em;
max-height: 92%;
max-width: calc(100% - 6em);
max-height: 15%;
display: flex;
flex-flow: column wrap;
overflow: hidden;
background-color: #fff;
border: 2px solid #222;
font-size: 2em;
font-size: 1.5em;
font-family: "FuturaLT";
}
.unpicked {
Expand Down

0 comments on commit d5c6693

Please sign in to comment.