diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index d135868..7cad140 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -96,6 +96,7 @@ import Twitch from '../../public/svg/twitch.svg';
@@ -146,10 +147,19 @@ import Twitch from '../../public/svg/twitch.svg';
.copyright {
color: hsl(0deg 0% 100%);
display: flex;
+ flex-direction: column;
+ gap: 1rem;
justify-content: center;
line-height: initial;
}
+ .community {
+ display: flex;
+ align-items: center;
+ gap: 8px;
+ justify-content: center;
+ }
+
.logo {
inline-size: 2.9375rem;
block-size: 2.9375rem;