remove flex layout from buttons

This commit is contained in:
hippoz 2022-12-03 19:08:04 +02:00
parent 3110073a72
commit 7f44da8d5c
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -264,12 +264,6 @@ body {
border-radius: 1em;
font: inherit;
user-select: none;
/* TODO: inefficient */
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
}
.button:hover {