CSS: Increase margin&padding of buttons

master
Felix Stupp 2 years ago
parent a716581337
commit d4afa9028e
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -32,8 +32,8 @@
} }
button, button,
.button { .button {
padding: .1rem .2rem; margin: .2rem;
margin: 0 .1rem; padding: .16rem .2rem;
background-color: rgb(153, 50, 204); background-color: rgb(153, 50, 204);
color: whitesmoke; color: whitesmoke;
border-radius: .3rem; border-radius: .3rem;

Loading…
Cancel
Save