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;