Design tweaks
This commit is contained in:
@ -16,7 +16,7 @@ export function DimmedMore(props: DimmedMoreProps) {
|
|||||||
bottom={0}
|
bottom={0}
|
||||||
height='200px'
|
height='200px'
|
||||||
width='100%'
|
width='100%'
|
||||||
background='linear-gradient(180deg, transparent, #e6fffa)'
|
background='linear-gradient(180deg, transparent, white)'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
@ -11,11 +11,11 @@ import { LinksList } from '../components/links-list';
|
|||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<Box bg='teal.50' minH='100vh'>
|
<Box bg='white' minH='100vh'>
|
||||||
<Header />
|
<Header />
|
||||||
<Box>
|
<Box>
|
||||||
<Container maxW='container.md'>
|
<Container maxW='container.md'>
|
||||||
<Box py='30px'>
|
<Box py='35px'>
|
||||||
<Heading fontSize='28px' mb='15px'>Hey there! 👋</Heading>
|
<Heading fontSize='28px' mb='15px'>Hey there! 👋</Heading>
|
||||||
<Text fontSize='16px' mb='10px'>
|
<Text fontSize='16px' mb='10px'>
|
||||||
<Text fontWeight={500} as='span'>roadmap.sh</Text> is a community effort to create roadmaps, guides and
|
<Text fontWeight={500} as='span'>roadmap.sh</Text> is a community effort to create roadmaps, guides and
|
||||||
|
Reference in New Issue
Block a user