Added slight padding to the nextPuzzelButtons
All checks were successful
/ publish (push) Successful in 1m18s

This commit is contained in:
Leon Mika 2025-01-26 10:32:07 +11:00
parent 6b1f868c6f
commit c668b1e266

View file

@ -68,6 +68,7 @@ div.playfield div[data-playfield-target="nextPuzzleButtons"] {
display: flex; display: flex;
justify-content: center; justify-content: center;
gap: 0.8rem; gap: 0.8rem;
margin-block-end: 0.8rem;
} }
div.keyboard > div { div.keyboard > div {