Skip to content

Commit

Permalink
feat: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
felixicaza committed Jul 10, 2024
1 parent 10c5b7a commit 7122bc3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import Twitch from '../../public/svg/twitch.svg';
</div>
<div class="copyright">
<p set:html={t('copyright')} />
<p class="community" set:html={t('copyright_community')} />
</div>
</footer>

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7122bc3

Please sign in to comment.