Skip to content

Commit

Permalink
Merge pull request #37 from celestiaorg/jcs/center-bottom-row-social-…
Browse files Browse the repository at this point in the history
…icons

feat: center social icons on small screens
  • Loading branch information
alex-beckett authored Jan 13, 2025
2 parents 4a0c92d + a923d1b commit bacc04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Footer = () => {
key={index}
className={`block ${
index === columns.length - 1
? "w-full flex flex-row justify-end gap-4 order-last lg:order-none lg:flex-col lg:w-auto"
? "w-full flex flex-row justify-center lg:justify-end gap-4 order-last lg:order-none lg:flex-col lg:w-auto"
: "w-1/2 lg:w-1/5"
} ${index === columns.length - 1 ? "" : "mb-10 lg:mb-0"}`}
>
Expand Down

0 comments on commit bacc04e

Please sign in to comment.