fix: hero section spacing on mobile

This commit is contained in:
Hossein Mehrabi 2023-12-23 04:44:57 +03:30
parent acb09eb310
commit c33ae6e336
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const Container = styled.div`
padding: var(--lsd-spacing-40) 0 var(--lsd-spacing-64);
${(props) => lsdUtils.breakpoint(props.theme, 'sm', 'down')} {
padding: 8px 0 16px 0;
padding: 8px 16px 32px 16px;
}
`