Skip to content

Commit

Permalink
style(SLB-382): footer style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqmaan Essop committed May 21, 2024
1 parent 634aeea commit 185f193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui/src/components/Organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function Footer() {
<footer
id="footer"
className={
'container-page relative z-10 bg-gray-100 text-gray-500 py-4 lg:py-16'
'container-page relative z-10 bg-gray-100 text-gray-500 py-12 lg:py-16'
}
>
<h2 className={'sr-only'}>Footer</h2>
Expand Down Expand Up @@ -130,7 +130,7 @@ export function Footer() {
</div>
<nav>
<ul
className={'md:ml-[5.625rem] flex flex-wrap justify-between grow'}
className={'!pl-0 md:ml-[5.625rem] flex flex-wrap justify-between grow'}
aria-label="Footer Primary"
>
{items.map((item, key) => (
Expand Down Expand Up @@ -164,7 +164,7 @@ export function Footer() {
<Link
key={child.target}
href={child.target}
className="block transition-all text-base mb-4 hover:underline"
className="text-gray-500 font-normal block transition-all text-base mb-4 hover:underline"
>
{child.title}
</Link>
Expand Down

0 comments on commit 185f193

Please sign in to comment.