diff --git a/index.php b/index.php index 954069a..7f1d360 100644 --- a/index.php +++ b/index.php @@ -6,43 +6,10 @@
-
- - tilde.club is not a social network it is one tiny totally - standard unix computer that people respectfully use together - in their shared quest to build awesome web pages - +
+
- - If you would like a list of - RECENTLY CHANGED PAGES you can see that too - - -here are the home pages of our users-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 not a social network it is one tiny totally + standard unix computer that people respectfully use together + in their shared quest to build awesome web pages +
+ ++ If you would like a list of + RECENTLY CHANGED PAGES you can see that too +
+ +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 22ca642..7e6d4cc 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,14 @@ /* {font-size:13pt;font-weight:normal;} */ -table { +@media (min-width: 30em) { + .row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; } + .col { flex-grow: 1; } +} + +.grid { border-collapse: collapse; } -td { +.col { border: 6px double #fb5; padding: 1em; }