mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
Set height of homepage images
This commit is contained in:
parent
91db92ef9f
commit
37ac83550b
@ -33,7 +33,7 @@ Styles can be mixed and matched to achieve many different layouts, independent o
|
|||||||
{name: 'Components', description: 'Abstracted patterns for frequently used visual styles.', image: componentsImage}
|
{name: 'Components', description: 'Abstracted patterns for frequently used visual styles.', image: componentsImage}
|
||||||
].map(({name, description, image}) => (
|
].map(({name, description, image}) => (
|
||||||
<Box>
|
<Box>
|
||||||
<img src={image} alt={name} />
|
<img src={image} alt={name} height="60" />
|
||||||
<Heading as="h3" pt={3} pb={2} fontSize={3}>
|
<Heading as="h3" pt={3} pb={2} fontSize={3}>
|
||||||
{name}
|
{name}
|
||||||
</Heading>
|
</Heading>
|
||||||
|
Loading…
Reference in New Issue
Block a user