dnlzrgz / hugo-terrassa-theme

Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility.
https://terrassa.netlify.com/
MIT License
66 stars 77 forks source link

Header grid template columns inadequate for hamburger menu #33

Open ge0rg opened 3 years ago

ge0rg commented 3 years ago

When a site with a long multi-word title is rendered on mobile, the title only has very little horizontal space, leading to line breaks, despite there being plenty of space:

image

This is due to the significant margins in header_title on the one hand, and due to the default, non-@media grid-template-columns values on the other.

Unfortunately, I fail to understand the semantics of grid-template-columns and so can't provide an adequate fix.