diff --git a/index.html b/index.html index 2a646db..28dead8 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@ text-align: center; color: rgb(218, 203, 3); font-size: 42px; - margin-top: -130px; + margin-top: 50px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); } @@ -110,8 +110,8 @@ } #mute-button { position: fixed; - top: 10px; - right: 10px; + top: 1px; + right: 4px; padding: 10px 15px; background-color: rgb(1, 170, 128); border: none; @@ -147,7 +147,7 @@ #bluesky-button { position: fixed; top: 19px; - left: 190px; + left: 10px; z-index: 1001; border: none; background: none; @@ -156,16 +156,18 @@ #discord-button img { width: 90px; height: 60px; + margin-top: 119px; + margin-left: -50px; } #bluesky-button img { width: 40px; height: 40px; - margin-top: -4px; + margin-top: 44px; }
-