Skip to content

Commit

Permalink
Merge pull request #97 from Blazity/footer-tweaks
Browse files Browse the repository at this point in the history
fix: long text tweak - HS-98
  • Loading branch information
Max-Mogilski committed Nov 13, 2023
2 parents e74ec83 + fc22541 commit 66e08c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function Footer({ footer, logoUrl }: FooterProps) {
<p>{country}</p>
</div>
</div>
<nav className="flex flex-col gap-10 md:gap-7">
<nav className="flex flex-col justify-between gap-10 md:gap-7">
<div className="flex gap-5">
<a href={twitterLink ?? ""} aria-label="Twitter" target="_blank" rel="noreferrer">
<XIcon />
Expand Down Expand Up @@ -65,7 +65,7 @@ export async function Footer({ footer, logoUrl }: FooterProps) {
})}
</ul>
</nav>
<div className="flex flex-col justify-between gap-10 lg:items-end lg:gap-3">
<div className="flex flex-col justify-between gap-10 md:max-w-[30%] lg:items-end lg:gap-3">
<div className="w-fit lg:w-auto">
<NextIntlClientProvider locale={locale}>
<DynamicLangSelect />
Expand Down

0 comments on commit 66e08c4

Please sign in to comment.