mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
Set max width for game header, fixed bug in flipping card on every state change
This commit is contained in:
@@ -393,6 +393,7 @@ label {
|
||||
#players-remaining {
|
||||
font-size: 1.7em;
|
||||
color: gray;
|
||||
width: 4em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
@@ -410,5 +411,6 @@ label {
|
||||
.game-header {
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
max-width: 35em;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user