Skip to content

Commit

Permalink
Fixed wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Darguima committed Nov 12, 2023
1 parent 4cd2112 commit 82726d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,13 @@ export default function Footer(props: IFooterProps) {
</div>

<div className="flex-2">
<div className="grid grid-rows-2 justify-items-center gap-8 font-iregular text-sm text-white lg:grid-cols-2 lg:justify-items-end">
<div className="grid grid-rows-2 justify-items-center gap-8 font-iregular text-sm text-white whitespace-nowrap lg:grid-cols-2 lg:justify-items-start">
<Link
href="https://2022.seium.org/"
className="text-white hover:underline"
>
Previous Edition
</Link>
<Link href="/docs/regulamento.pdf" className="hover:underline">
General Regulation
</Link>
</Link>
<Link
href="https://docs.google.com/forms/d/e/1FAIpQLSdV1bSyW2tcLuTC_jJCGdZ5NZHUlgETK7nQkOmyDzwb7eFS4Q/viewform"
className="hover:underline"
Expand All @@ -135,6 +132,9 @@ export default function Footer(props: IFooterProps) {
<Link href="/docs/survival.pdf" className="hover:underline">
Survival Guide
</Link>
<Link href="/docs/regulamento.pdf" className="hover:underline">
General Regulation
</Link>
</div>
<div className="flex justify-center lg:justify-end">
<div className="mt-10 text-white sm:w-1/2 lg:mt-0">
Expand Down

0 comments on commit 82726d3

Please sign in to comment.