style fixes

This commit is contained in:
Corwin Smith 2022-10-26 12:10:15 -06:00
parent 7e23558b95
commit 121de87465
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export const HomeHero: FC = () => {
border='2px solid' border='2px solid'
borderColor='brand.light.primary' borderColor='brand.light.primary'
px={4} px={4}
py={{ base: 8, m:24, lg: 4 }} py={{ base: 8, md: 24, lg: 48 }}
flexGrow={1} flexGrow={1}
> >
<Box mb={4}> <Box mb={4}>

View File

@ -28,7 +28,7 @@ const HomePage: NextPage = ({}) => {
<Stack spacing={4}> <Stack spacing={4}>
<HomeHero /> <HomeHero />
<Grid templateColumns={{ base: 'repeat(1, 1fr)', md: 'repeat(2, 1fr)' }} gap={4}> <Grid templateColumns={{ base: 'repeat(1, 1fr)', lg: 'repeat(2, 1fr)' }} gap={4}>
<GridItem rowSpan={2}> <GridItem rowSpan={2}>
{/* SECTION: What is Geth */} {/* SECTION: What is Geth */}
<HomeSection <HomeSection