From 697a607d53df29d23cbf495cf685c057f119f25b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 28 Jun 2023 19:42:43 +0200 Subject: [PATCH] properly link to the landing page in social section --- web/_includes/social.html | 6 ++++-- web/style.css | 8 ++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/web/_includes/social.html b/web/_includes/social.html index 91e9661..884f87d 100644 --- a/web/_includes/social.html +++ b/web/_includes/social.html @@ -1,20 +1,22 @@

🔗 Social

- If you want to stay up to date with Tiny Life's development, you should follow the game on Twitter 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 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 b40260f..6dba852 100644 --- a/web/style.css +++ b/web/style.css @@ -174,6 +174,14 @@ pre.highlight { border-radius: 5px; } +.social-bottom { + display: block; + margin-top: 10px; + width: 100%; + text-align: center; + font-style: italic; +} + body.dark-mode { color: #d8d8d8; background-color: #1b1b1b;