From 1fd29c787924f3bdf91ef5b7e9dfd8e0895a789d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 28 Jun 2019 13:26:03 +0200 Subject: [PATCH] added switch stuff --- index.html | 6 ++++++ style.css | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/index.html b/index.html index 4f7547e..f9647c6 100644 --- a/index.html +++ b/index.html @@ -106,6 +106,12 @@
The content that should be here is dynamically generated. Please enable JavaScript if you see this.
+ + Additionally, here are some platforms that require codes rather than links: + diff --git a/style.css b/style.css index a2660a2..c1a88c9 100644 --- a/style.css +++ b/style.css @@ -58,6 +58,10 @@ body { float: left; } +#social-list { + margin-bottom: 20px; +} + .support-button { width: 300px; margin: 10px;