a.expander: better way to center items in modern browsers.

This commit is contained in:
Bradley M. Kuhn 2020-11-25 19:46:59 -08:00
parent c2d41ca6fd
commit 25bece4c90

View file

@ -115,5 +115,7 @@ p.appeal-match-text {
a.expander {
font-size: 75%;
font-style: italic;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}