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