NMoore-STEM / ASC-LLC-Redesign

Ananda Science Consulting webpage redesign
https://anandascience.com/
0 stars 0 forks source link

Contact Pages - vw < 360px, breaks heading design #585

Closed NMoore-STEM closed 1 year ago

NMoore-STEM commented 1 year ago

At smaller resolutions (<360px), the heading ("Contact ASC, Contact me") breaks into two lines which increases the height of the header of the contact form. This can probably be remedied with break-spaces:nowrap along with a min/max element width adjustment (or even scaling font-size).

NMoore-STEM commented 1 year ago

588 addressed this issue by adding white-space: nowrap to styles.

Will not close this issue yet as I would like to test it on the live page first.

NMoore-STEM commented 1 year ago

After testing, the corrections resolve this issue.