Skip to content

Commit

Permalink
Fixed custom game button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Dec 19, 2024
1 parent 470dd90 commit f9f5bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Play/CustomGames.styl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
margin-top: 2rem;
margin-bottom: 8rem;
display: flex;
gap: 1rem;
gap: 2rem;
justify-content: center;

&.showing-custom-games {
Expand All @@ -97,5 +97,6 @@
button {
height: 3rem;
font-size: 1.3rem;
width: 17rem;
}
}

0 comments on commit f9f5bee

Please sign in to comment.