diff --git a/index.php b/index.php index 954069a..d0d2fd7 100644 --- a/index.php +++ b/index.php @@ -6,9 +6,9 @@

- - - + - - -
+
+
+

tilde.club is not a social network it is one tiny totally standard unix computer that people respectfully use together @@ -40,9 +40,9 @@

  • ~
  • -
    +

    UPDATE: March 2020:

    Things at tilde.club are going well, Thank you to all our new and existing users. @@ -110,9 +110,9 @@

  • 10/3/2014 | ~englishm
  • 10/3/2014 | ~danbri
  • -
    + + +

    big kudos and thanks to the people who built the original tilde.club!

    diff --git a/style.css b/style.css index 22ca642..4fe2626 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; } + .col { flex-grow: 1; } +} + +.grid { border-collapse: collapse; } -td { +.col { border: 6px double #fb5; padding: 1em; }