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;
}
.userlist {
text-align: center;
margin: 0 auto;
}
.userlist ul {
list-style-position: inside;
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
list-style-type: "\00BB\0020";
padding: 0;
padding-left: 3em;
}
.userlist li {
@ -141,6 +141,10 @@ h4 {
flex: 10em;
}
.userlist p {
text-align: center;
}
.signup {
text-align: center;
}