Adjust button padding

This commit is contained in:
kaBeech
2023-03-18 18:22:56 -07:00
parent 8a4606b6d4
commit a55a88cbb3
2 changed files with 27 additions and 2 deletions

View File

@@ -86,8 +86,7 @@ button {
button,
input {
padding-top: 0.3em;
/* padding: 0.1em; */
padding: 0.1em;
align-self: center;
font-family: inherit;
font-size: 100%;
@@ -97,6 +96,11 @@ input {
text-transform: none;
}
button.serious,
input.serious {
padding-top: 0.3em;
}
:link {
color: #70d0fe;
}