Skip to content

Commit

Permalink
fix: footer columns
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Mar 3, 2024
1 parent a036489 commit fb3ba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function Footer(props: FooterProps): JSX.Element {
<Who />
</div>

<div class="grid col-start-1 col-end-3 grid-flow-row gap-x-8 gap-y-16 text-pretty sm:gap-x-8 md:gap-16 grid-cols-2 lg:grid-cols-4 md:col-start-2 md:col-end-3">
<div class="grid col-start-1 col-end-3 grid-flow-row gap-x-8 gap-y-16 text-pretty sm:gap-x-8 md:gap-16 grid-cols-2 lg:grid-cols-5 md:col-start-2 md:col-end-3">
{menus.map(
(item: Menu): JSX.Element => (
<section class="col-span-1 max-w-52">
Expand Down

0 comments on commit fb3ba3c

Please sign in to comment.