Fix announcement buttons style on narrow screens

This commit is contained in:
Tusooa Zhu 2022-07-15 19:30:32 -04:00 committed by tusooa
parent f3d97cf917
commit 54318d31fe
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 3 additions and 2 deletions

View File

@ -124,10 +124,11 @@
.footer .actions {
display: flex;
flex-direction: row;
justify-content: space-around;
justify-content: space-evenly;
.btn {
min-width: 10em;
flex: 1;
margin: 1em;
}
}
}