Improve button padding

This commit is contained in:
Nikita Karamov 2023-09-02 22:40:45 +02:00
parent e6c4c42590
commit 88fb903120
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ input[type="submit"] {
color: var(--s2f-button-text-color);
font-weight: bolder;
height: 2.5rem;
padding: 0.5rem 2rem;
padding: 0.5rem 1.5rem;
border: 0;
cursor: pointer;
appearance: button;