diff --git a/tilde.css b/tilde.css index 0ab3033..400631b 100644 --- a/tilde.css +++ b/tilde.css @@ -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; }