Improve button padding
This commit is contained in:
parent
e6c4c42590
commit
88fb903120
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ input[type="submit"] {
|
||||||
color: var(--s2f-button-text-color);
|
color: var(--s2f-button-text-color);
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
padding: 0.5rem 2rem;
|
padding: 0.5rem 1.5rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
appearance: button;
|
appearance: button;
|
||||||
|
|
Reference in a new issue