Changeset - 25bece4c90f6
[Not reviewed]
0 1 0
Bradley M. Kuhn - 3 years ago 2020-11-26 03:46:59
bkuhn@sfconservancy.org
a.expander: better way to center items in modern browsers.
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/forms.css
Show inline comments
...
 
@@ -112,8 +112,10 @@ p.appeal-match-text  {
 
    border: 1px solid #fff;
 
    background: #eee;
 
}
 
a.expander {
 
    font-size: 75%;
 
    font-style: italic;
 
    text-align: center;
 
    display: flex;
 
    align-items: center;
 
    justify-content: center;
 
}
0 comments (0 inline, 0 general)