Hero 2.0 (#19846)
and a few fixes --------- Co-authored-by: Abdullah. <125115953+mabdullahabaid@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1f3defa7b3
commit
066003cb04
@@ -14,14 +14,14 @@ const StyledContainer = styled(Container)`
|
||||
padding-bottom: ${theme.spacing(12)};
|
||||
padding-left: ${theme.spacing(4)};
|
||||
padding-right: ${theme.spacing(4)};
|
||||
padding-top: ${theme.spacing(12)};
|
||||
padding-top: ${theme.spacing(6)};
|
||||
|
||||
@media (min-width: ${theme.breakpoints.md}px) {
|
||||
column-gap: ${theme.spacing(4)};
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding-left: ${theme.spacing(10)};
|
||||
padding-right: ${theme.spacing(10)};
|
||||
padding-top: ${theme.spacing(10)};
|
||||
padding-top: ${theme.spacing(6)};
|
||||
padding-bottom: ${theme.spacing(10)};
|
||||
row-gap: ${theme.spacing(20)};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user