pull/50/head
sunface 4 years ago
parent f577aee1ce
commit cf18997c7a

@ -38,8 +38,8 @@ const HomePage = () => {
description={siteConfig.seo.description} description={siteConfig.seo.description}
/> />
<PageContainer1> <PageContainer1>
<HStack alignItems="top" p="4"> <HStack alignItems="top" p="4" spacing="3">
<VStack alignItems="left" width={["100%", "100%", "70%", "70%"]}> <VStack alignItems="left" width={["100%", "100%", "70%", "70%"]} spacing="3">
<Card p="2"> <Card p="2">
<Flex justifyContent="space-between" alignItems="center"> <Flex justifyContent="space-between" alignItems="center">
<HStack> <HStack>

@ -56,7 +56,8 @@ export default function markdownRender(props) {
} }
}, },
pre: { pre: {
margin: '1.6rem 0' margin: '1.6rem 0',
fontSize: '.95rem'
}, },
a: { a: {
textDecoration: 'underline !important' textDecoration: 'underline !important'

Loading…
Cancel
Save