feat: Smaller width buttons on mobile (#561)

This commit is contained in:
James Read 2025-04-13 19:37:58 +01:00 committed by GitHub
parent 6ad001619d
commit 775b3d3ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ label.input-with-icons button:disabled {
@media screen and (width <= 600px) { @media screen and (width <= 600px) {
fieldset { fieldset {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
} }
label { label {