diff --git a/src/components/Home/Socials/Socials.scss b/src/components/Home/Socials/Socials.scss deleted file mode 100644 index c0223eb..0000000 --- a/src/components/Home/Socials/Socials.scss +++ /dev/null @@ -1,50 +0,0 @@ -@import "/src/styles/mixins.scss"; -@import "/src/styles/vars.scss"; - -#socials { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - gap: 3em; - margin: 12em 7.5% 8em; - - div { - display: flex; - align-items: center; - gap: 2.5em; - } - - h2 { - @include fluid-font-size(1.5625rem); - font-weight: 700; - line-height: 100%; - text-transform: uppercase; - color: $color-aquamarine; - } - - a { - padding: 0.5em; - color: $color-alto; - - &:hover { - color: $color-white; - } - } - - .github-logo svg { - @include fluid-width(3.5rem); - } - - .git-logo svg { - @include fluid-width(3.5rem); - } - - .discord-logo svg { - @include fluid-width(3.5rem); - } - - .twitter-logo svg { - @include fluid-width(3.5rem); - } -} diff --git a/src/components/Layout/JoinCommunity/JoinCommunity.astro b/src/components/Layout/JoinCommunity/JoinCommunity.astro index c9968b2..73ba8fd 100644 --- a/src/components/Layout/JoinCommunity/JoinCommunity.astro +++ b/src/components/Layout/JoinCommunity/JoinCommunity.astro @@ -7,10 +7,12 @@ import svgTwitter from "/src/assets/icons/twitter.svg?raw";
-
-

+
+

Join our community, lend a hand.

diff --git a/src/components/What/NewWorld/NewWorld.astro b/src/components/What/NewWorld/NewWorld.astro index 5e5b473..58889ae 100644 --- a/src/components/What/NewWorld/NewWorld.astro +++ b/src/components/What/NewWorld/NewWorld.astro @@ -3,7 +3,10 @@ import FeaturedGroup from "../../ui/FeaturedGroup.astro"; import backgroundSrc from "/src/assets/new-world-bg.png"; --- -

+