Prevent announcement buttons from being too wide

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

View File

@ -129,6 +129,7 @@
.btn {
flex: 1;
margin: 1em;
max-width: 10em;
}
}
}