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

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

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

Loading…
Cancel
Save