On the homepage, in the <Hero> component, the Subtitle and Grid of buttons are too close together. I say this because the Title and Subtitle both have margin-bottom: 0.35em, however, this margin differs between them due to having different font sizes.
How close they are now:
I propose the margin be 1.35em for the Subtitle, like so:
On the homepage, in the
<Hero>
component, the Subtitle and Grid of buttons are too close together. I say this because the Title and Subtitle both havemargin-bottom: 0.35em
, however, this margin differs between them due to having different font sizes.How close they are now:
I propose the margin be
1.35em
for the Subtitle, like so: