remove flex layout from buttons
This commit is contained in:
parent
3110073a72
commit
7f44da8d5c
1 changed files with 0 additions and 6 deletions
|
@ -264,12 +264,6 @@ body {
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
/* TODO: inefficient */
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
|
Loading…
Reference in a new issue