Skip to content

Commit

Permalink
Merge pull request #388 from Sourabh782/sourabh782/enhanced-Footer_UI
Browse files Browse the repository at this point in the history
Sourabh782/enhanced footer UI
  • Loading branch information
pooranjoyb authored Aug 8, 2024
2 parents 3a6ba89 + 6e6fc6c commit cd00fb5
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 @@ -150,7 +150,7 @@ export default function NewFooter() {
</div>
<footer
id="Footer"
className="text-mynavy mx-auto max-w-screen-xl px-4 my-12 flex flex-wrap items-center gap-8 lg:grid lg:grid-cols-5 max-sm:flex-col"
className="text-mynavy mx-auto max-w-screen-xl w-full px-4 mt-12 py-12 flex flex-wrap items-center gap-8 lg:grid lg:grid-cols-5 max-sm:flex-col"
>
<div className="lg:col-span-2 h-full w-full p-2 sm:p-0">
<img
Expand Down

0 comments on commit cd00fb5

Please sign in to comment.