diff --git a/static/css/queueing_display.css b/static/css/queueing_display.css index 4153e67..29936fb 100644 --- a/static/css/queueing_display.css +++ b/static/css/queueing_display.css @@ -42,8 +42,8 @@ h1 { } .red-teams, .blue-teams { font-family: FuturaLTBold; - line-height: 51px; - font-size: 45px; + line-height: 48px; + font-size: 42px; } .red-teams { color: #ff4444; @@ -52,7 +52,7 @@ h1 { color: #2080ff; } .avatars { - line-height: 51px; + line-height: 48px; } #earlyLateMessage { font-size: 25px; @@ -61,3 +61,22 @@ h1 { text-align: center; text-transform: uppercase; } +.alliance-container { + display: flex; + height: 192px; + justify-content: space-between; + align-items: center; +} +.alliance-number { + width: 40px; + height: 40px; + display: flex; + justify-content: center; + align-items: center; + background-color: #fc0; + color: #333; + border-radius: 50%; + border: 1px solid #333; + font-size: 25px; + font-weight: bold; +} \ No newline at end of file diff --git a/templates/queueing_display.html b/templates/queueing_display.html index a6a81d1..7f85349 100644 --- a/templates/queueing_display.html +++ b/templates/queueing_display.html @@ -22,23 +22,23 @@