Skip to content

Commit

Permalink
feature(bc-footer): Final Styles Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Zeni committed Mar 11, 2022
1 parent 130129b commit 9594c1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/cx-layout/src/components/FooterMenu/Menus/Menu.tsx
Expand Up @@ -44,7 +44,11 @@ const Base = asMenuToken({
Item: 'md:w-1/4',
},
Spacing: {
Item: 'mb-9 pb-9 last:mb-0 last:pb-0 md:mb-0 md:pb-0 lg:px-12',
Item: as(
'mb-9 pb-9 last:mb-0 last:pb-0',
'md:mb-0 md:pb-0 md:px-10 md:first:pl-0 md:last:pr-0',
'lg:px-12 lg:first:pl-12',
),
},
Theme: {
Item: as(
Expand Down
Expand Up @@ -42,7 +42,7 @@ const FooterSubMenu = asSubMenuToken({
),
},
Spacing: {
Item: 'mt-5',
Item: 'mt-5 lg:mt-2',
},
Editors: {
Title: asEditable('text', 'Submenu Item'),
Expand Down

0 comments on commit 9594c1e

Please sign in to comment.