diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro
index 1a89af9..487c3e9 100644
--- a/src/pages/tech-bsky-fedi.astro
+++ b/src/pages/tech-bsky-fedi.astro
@@ -73,31 +73,33 @@ const description =
Accounts ({accountObjects.length})
-
-
- Avatar |
- Bsky |
- Fedi |
-
- {
- accountObjects.map((account, index) => (
-
-
-
- |
-
- {account.bskyHandle}
- |
-
- {account.fediHandle}
- |
-
- ))
- }
-
+
+
+
+ Avatar |
+ Bsky |
+ Fedi |
+
+ {
+ accountObjects.map((account, index) => (
+
+
+
+ |
+
+ {account.bskyHandle}
+ |
+
+ {account.fediHandle}
+ |
+
+ ))
+ }
+
+
How how how?
@@ -129,6 +131,10 @@ const description =
td span {
font-size: small;
}
+
+ .table-container {
+ overflow: scroll;
+ }
table th,
table td {
padding: 0.5em;