Skip to content

Commit

Permalink
Give same space to lower buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
LForchini committed Jul 16, 2024
1 parent 82b2a70 commit bd174f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/Play/Play.styl
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,12 @@
display: flex;
justify-content: space-around;
align-content: stretch
width: 100%;
width: auto;
flex-wrap: wrap;

padding-left: 0.3rem;
padding-right: 0.3rem;

button {
font-size: 1.1rem;
font-weight: bold;
Expand Down

0 comments on commit bd174f0

Please sign in to comment.