mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 23:09:27 +00:00
style fixes
This commit is contained in:
parent
7e23558b95
commit
121de87465
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue