generated from Seekra/repository-template
Increase vertical spacing for slogan below Seekra logo #103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Currently, the slogan "Built to search." has no vertical spacing to the "seekra" logo, so that it appears visually cramped and touches the logotype. This reduces legibility and breaks the visual hierarchy of the hero section.
Actual behavior:
Slogan sits directly under the logo with ∼0px margin. See attached screenshot.
Expected behavior:
There should be clear visual breathing room between logo and slogan, minimum 16px on mobile, 24px+ on desktop.
Affected areas:
Solution approaches
margin-top: 1remclamp(1rem, 3vw, 2rem)to scale between mobile and desktop.Furthermore, we should perhaps consider redesigning the slogan (e.g., a different font or color), since it is part of the logo.
We should not make it fully relative to the viewport size. It is better to use a media query (
(max-width: 48rem)for mobile viewports).I do not think that it is part of the logo.
Increase vertical spacing for slogan below seekra logoto Increase vertical spacing for slogan below Seekra logoHowever, it is often the case that a slogan stands out from the rest and belongs more to the logo than to the rest.
You are right.
mainto feature/vertical-spacing-slogan-logo