fus-marcom / franciscan-react

A new website for Franciscan University of Steubenville built with ReactJS.
https://gcp.franciscan.university
MIT License
171 stars 79 forks source link

Grid and Subtitle in Hero are too close together. #134

Closed andria-dev closed 6 years ago

andria-dev commented 6 years ago

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:

image

I propose the margin be 1.35em for the Subtitle, like so:

image