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 @@ |
+
- + | -
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; }