diff --git a/index.php b/index.php index 8859566..ac2770a 100644 --- a/index.php +++ b/index.php @@ -41,41 +41,7 @@
Tilde.Club is supported by a global community of good people. We - don't rank people by the amount they give, only by the fact that they - gave. Here's who has donated! When you're on the server, THANK - THEM.
- -this list does not include people who haven't changed their page yet
-if you're not seeing yourself listed here, change your page from the default.
- +Tilde.Club is supported by a global community of + good people. We don't rank people by the amount + they give, only by the fact that they gave. + Here's who has donated! When you're on the + server, THANK THEM.
+this list does not include people who haven't changed their page yet
+if you're not seeing yourself listed here, change your page from the default.
+ +big kudos and thanks to the people who built the original tilde.club!
diff --git a/style.css b/style.css index 32ef506..e0c7914 100644 --- a/style.css +++ b/style.css @@ -12,9 +12,24 @@ border: 6px double #fb5; padding: 1em; } -ol { - margin-left: 1em; + +.user-list { + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; } +.user-list li { + margin-left: 5%; + width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.user-list::after { + content: ""; + flex: auto; +} + body { margin: auto; padding: 1em;