change padding for farp it button
This commit is contained in:
parent
ba37ef95ad
commit
681a262183
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit] {
|
input[type=submit] {
|
||||||
padding: 0 3px;
|
padding: 2px 13px 3px;
|
||||||
float: right;
|
float: right;
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Reference in a new issue