Skip to content

Commit 9bb7863

Browse files
committed
header updated
1 parent 746f957 commit 9bb7863

5 files changed

Lines changed: 407 additions & 171 deletions

File tree

src/app/components/Header.style.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ export const animatedButtonStyling = (
1616
): SystemStyleObject<Theme> => ({
1717
minWidth: 'fit-content',
1818
px: 0,
19-
mx: {
20-
md: 1,
21-
lg: 2,
22-
},
19+
mx: { xs: 1.5, lg: 2 },
2320
fontFamily: fontFamily.secondary,
2421
'&:hover, &.active': {
2522
backgroundColor: 'transparent',

0 commit comments

Comments
 (0)