Minor fixes

This commit is contained in:
mrfry 2020-11-29 10:04:43 +01:00
parent 6d2b682117
commit b9248f2699
5 changed files with 14 additions and 16 deletions

View file

@ -3,7 +3,6 @@
}
.button {
flex: 1;
color: white;
background-color: #303030;
margin: 2px;
@ -12,7 +11,9 @@
font-size: 16px;
cursor: pointer;
word-wrap: break-word;
text-decoration: none;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;