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:
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}
|
||||
].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>
|
||||
|
Loading…
Reference in New Issue
Block a user