From 9d2ff6a2ba6b59be3e50fa27fc5d9752a3cdd523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Sun, 25 Apr 2021 20:40:07 +0200 Subject: [PATCH] Styling of the in-game names display --- ui/static/game.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/static/game.css b/ui/static/game.css index 2fc013d..bf77a3a 100644 --- a/ui/static/game.css +++ b/ui/static/game.css @@ -1,6 +1,7 @@ #names { display: flex; - justify-content: space-evenly; + justify-content: center; + flex-wrap: wrap; padding: 0 10vw; font-size: 1.5rem; } @@ -11,7 +12,7 @@ .name.organiser::before { content: "👑"; - margin-right: .75rem; + margin-right: .4rem; } .name.organiser { @@ -22,6 +23,7 @@ animation-name: appear; animation-duration: .5s; display: inline-block; + margin: 0 1rem; } #question {