Add 0.25em padding for buttons, dropdowns, and inputs

main
sudoer777 2021-11-26 13:07:01 -07:00
parent 2c747fc6fa
commit 6c221832fc
1 changed files with 12 additions and 0 deletions

View File

@ -31,3 +31,15 @@ a {
#home-button {
margin-right: auto;
}
button {
padding: 0.25em;
}
select {
padding: 0.25em;
}
input {
padding: 0.25em;
}