Publish button offset

main
Bob Mottram 2020-11-19 22:11:15 +00:00
parent 7b197dc394
commit 97119e05c5
1 changed files with 1 additions and 1 deletions

View File

@ -1970,7 +1970,7 @@ div.container {
min-width: var(--button-width-chars); min-width: var(--button-width-chars);
transition: all 0.5s; transition: all 0.5s;
cursor: pointer; cursor: pointer;
margin: 15px; margin: 15px 0px;
} }
.buttonhighlighted { .buttonhighlighted {
border-radius: var(--button-corner-radius); border-radius: var(--button-corner-radius);