Skip to content

Commit

Permalink
update footer style
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 7, 2024
1 parent a7b3af0 commit 72f38b6
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 @@ -33,7 +33,7 @@ export default function Footer() {
</a>
</h3>
</aside>
<ul className="flex justify-center gap-6 md:justify-start">
<ul className="flex flex-wrap justify-center gap-6 max-w-full md:justify-start">
{docLinks.map(({ href, title }) => (
<li className="flex" key={href}>
<a
Expand Down

0 comments on commit 72f38b6

Please sign in to comment.