style fixes
This commit is contained in:
parent
7e23558b95
commit
121de87465
|
@ -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}>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue