a.expander: better way to center items in modern browsers.
This commit is contained in:
parent
c2d41ca6fd
commit
25bece4c90
1 changed files with 3 additions and 1 deletions
|
@ -115,5 +115,7 @@ p.appeal-match-text {
|
||||||
a.expander {
|
a.expander {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue