Skip to content

Commit bdd463b

Browse files
authored
Merge pull request #250 from danini-the-panini/patch-1
Make all button padding consistent
2 parents 8044505 + af9c711 commit bdd463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ input[type="button"] {
198198
border: var(--border-width) solid var(--accent);
199199
background-color: var(--accent);
200200
color: var(--accent-text);
201-
padding: 0.5rem 0.9rem;
201+
padding: 0.5em;
202202
text-decoration: none;
203203
line-height: normal;
204204
}

0 commit comments

Comments
 (0)