mirror of
https://github.com/primer/css.git
synced 2024-12-29 17:12:27 +03:00
simpliy hero padding
This commit is contained in:
parent
fea374a1d8
commit
b4c45783bc
@ -5,7 +5,7 @@ import {CONTENT_MAX_WIDTH} from './constants'
|
||||
|
||||
const IndexHero = () => (
|
||||
<Box bg="blue.5">
|
||||
<Box maxWidth={CONTENT_MAX_WIDTH} px={6} py={6} mx="auto" mb={3}>
|
||||
<Box maxWidth={CONTENT_MAX_WIDTH} p={6} mx="auto" mb={3}>
|
||||
<Box mt={4} mb={4}>
|
||||
<Heading color="white" fontSize={7} fontWeight="light">
|
||||
Primer CSS
|
||||
|
Loading…
Reference in New Issue
Block a user