diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index ba7bdfb..4ef6924 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -136,13 +136,14 @@ const description = to your fedi account provider.

+

If you're on Mastodon, this functionality is found in:

- If you're on Mastodon, this functionality is found in:
Preferences -> Import and export -> Import + PreferencesImport and export → + Import

Full .csv content

+
@@ -156,16 +157,15 @@ const description = width: 50px; height: 50px; } - td span { - font-size: small; - } .table-container { overflow-x: auto; } + table th, table td { - padding: 0.5em; - border: 1px solid gray; + padding: 1rem; + border-radius: 5px; + background: rgba(0, 0, 0, 0.1); }