1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 22:24:11 +03:00

Set height of homepage images

This commit is contained in:
Cole Bemis 2019-08-15 15:42:32 -07:00
parent 91db92ef9f
commit 37ac83550b

View File

@ -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}
].map(({name, description, image}) => (
<Box>
<img src={image} alt={name} />
<img src={image} alt={name} height="60" />
<Heading as="h3" pt={3} pb={2} fontSize={3}>
{name}
</Heading>