From 47c94a224bfe1dff0d3086c105e061d3eebd4fbe Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 15 Nov 2024 13:58:01 +0100 Subject: [PATCH] replace the twitter embed with bsky --- web/_includes/social.html | 10 ++++++---- web/style.css | 4 ---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/web/_includes/social.html b/web/_includes/social.html index fd68cdc..e1a5a1a 100644 --- a/web/_includes/social.html +++ b/web/_includes/social.html @@ -1,14 +1,16 @@

🔗 Social

- If you want to stay up to date with Tiny Life's development, you should follow the game on Twitter or Bluesky or subscribe to the mailing list below. You can also join the Discord to ask questions or share your gameplay! + If you want to stay up to date with Tiny Life's development, you should follow the game on Bluesky or Twitter or subscribe to the mailing list below. You can also join the Discord to ask questions or share your gameplay!

- - - +
+ + +
+
diff --git a/web/style.css b/web/style.css index c69e053..71bf8f6 100644 --- a/web/style.css +++ b/web/style.css @@ -244,10 +244,6 @@ a:visited.wide-link { font-style: italic; } -.twitter-timeline iframe { - height: 600px !important; -} - .review { margin-top: 20px; margin-bottom: 20px;