Skip to content

Commit 7c1275e

Browse files
fix(footer>theme.ts): adding margin to right in footer links (#1153)
The link elements were not responsive because there was no default margin set. me-4 was added to #1085
1 parent 2259bf5 commit 7c1275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const footerTheme: FlowbiteFooterTheme = {
99
groupLink: {
1010
base: 'flex flex-wrap text-sm text-gray-500 dark:text-white',
1111
link: {
12-
base: 'last:mr-0 md:mr-6',
12+
base: 'last:mr-0 md:mr-6 me-4',
1313
href: 'hover:underline',
1414
},
1515
col: 'flex-col space-y-4',

0 commit comments

Comments
 (0)