Add margin to buttons

This commit is contained in:
David Benqué 2021-01-20 14:40:06 +00:00
parent 713575cc8a
commit b84e951240

View file

@ -94,6 +94,7 @@ body {
color: @colortheme_base;
border: none;
padding: 10px 20px;
margin-right: 10px;
border-radius: 0px;
cursor: pointer;
&:hover, &:focus {