consistent user list rendering in chrome and firefox

This commit is contained in:
gbmor 2020-05-21 01:40:06 -04:00
parent 58f27464ae
commit f2c44b0243
1 changed files with 6 additions and 2 deletions

View File

@ -125,15 +125,15 @@ h4 {
margin-top: 0.2rem; margin-top: 0.2rem;
} }
.userlist { .userlist {
text-align: center;
margin: 0 auto; margin: 0 auto;
} }
.userlist ul { .userlist ul {
list-style-position: inside;
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
justify-content: space-evenly; justify-content: space-evenly;
list-style-type: "\00BB\0020"; list-style-type: "\00BB\0020";
padding: 0; padding-left: 3em;
} }
.userlist li { .userlist li {
@ -141,6 +141,10 @@ h4 {
flex: 10em; flex: 10em;
} }
.userlist p {
text-align: center;
}
.signup { .signup {
text-align: center; text-align: center;
} }