Skip to content

Commit

Permalink
Styling of the in-game names display
Browse files Browse the repository at this point in the history
  • Loading branch information
vojta001 committed Apr 25, 2021
1 parent 3e9ec38 commit 9d2ff6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/static/game.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#names {
display: flex;
justify-content: space-evenly;
justify-content: center;
flex-wrap: wrap;
padding: 0 10vw;
font-size: 1.5rem;
}
Expand All @@ -11,7 +12,7 @@

.name.organiser::before {
content: "👑";
margin-right: .75rem;
margin-right: .4rem;
}

.name.organiser {
Expand All @@ -22,6 +23,7 @@
animation-name: appear;
animation-duration: .5s;
display: inline-block;
margin: 0 1rem;
}

#question {
Expand Down

0 comments on commit 9d2ff6a

Please sign in to comment.