Add 0.25em padding for buttons, dropdowns, and inputs
parent
2c747fc6fa
commit
6c221832fc
|
@ -31,3 +31,15 @@ a {
|
|||
#home-button {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
button {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 0.25em;
|
||||
}
|
Reference in New Issue