Skip to content

Commit

Permalink
fix(footer>theme.ts): adding margin to right in footer links (#1153)
Browse files Browse the repository at this point in the history
The link elements were not responsive because there was no default margin set. me-4 was added to

#1085
  • Loading branch information
rajatpandey441 authored Nov 27, 2023
1 parent 2259bf5 commit 7c1275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const footerTheme: FlowbiteFooterTheme = {
groupLink: {
base: 'flex flex-wrap text-sm text-gray-500 dark:text-white',
link: {
base: 'last:mr-0 md:mr-6',
base: 'last:mr-0 md:mr-6 me-4',
href: 'hover:underline',
},
col: 'flex-col space-y-4',
Expand Down

1 comment on commit 7c1275e

@vercel
Copy link

@vercel vercel bot commented on 7c1275e Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.