Center the content of alerts

This commit is contained in:
itepechi 2023-08-06 19:18:05 +09:00
parent a66fe016a0
commit 6108c6dff7
1 changed files with 3 additions and 0 deletions

View File

@ -665,6 +665,9 @@ option {
}
.alert {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1;
margin: 0 0.5em;
padding: 0.35em;