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:
Start page
Mobile view
Solution approaches
Add a gap like margin-top: 1rem
Verify line-height on logo isn't causing overlap.
Add responsive spacing: clamp(1rem, 3vw, 2rem) to scale between mobile and desktop.
# 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:
- Start page
- Mobile view
### Solution approaches
- Add a gap like `margin-top: 1rem`
- Verify line-height on logo isn't causing overlap.
- Add responsive spacing: `clamp(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.
I do not think that it is part of the logo.
> Furthermore, we should perhaps consider redesigning the slogan (e.g., a different font or color), since it is part of the logo.
I do not think that it is part of the logo.
jakob.scheid
changed title from Increase vertical spacing for slogan below seekra logo to Increase vertical spacing for slogan below Seekra logo2026-06-02 16:59:51 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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