Add 0.25em padding for buttons, dropdowns, and inputs

This commit is contained in:
sudoer777 2021-11-26 13:07:01 -07:00
parent 2c747fc6fa
commit 6c221832fc

View file

@ -30,4 +30,16 @@ a {
#home-button {
margin-right: auto;
}
button {
padding: 0.25em;
}
select {
padding: 0.25em;
}
input {
padding: 0.25em;
}