This PR addresses the cramped layout in the hero section by introducing a clean vertical spacing between the Seekra logo and the slogan text.
Instead of a fluid scaling or complex media queries, a consistent spacing of 1rem (16px) has been applied to maintain visual hierarchy and breathing room across all device sizes, keeping it predictable and aligned with the layout.
Replaced margin: 0; with margin-top: 1rem; on the .slogan class.
Added line-height: normal; to ensure the bounding box of the text doesn't overlap with the logotype.
How to Test
Open the start page/search view.
Verify that there is a clear 16px gap between the bottom of the logo and the top of the slogan.
Resize the viewport from desktop down to mobile width; the spacing should remain constant and readable.
## Description
This PR addresses the cramped layout in the hero section by introducing a clean vertical spacing between the Seekra logo and the slogan text.
Instead of a fluid scaling or complex media queries, a consistent spacing of `1rem` (`16px`) has been applied to maintain visual hierarchy and breathing room across all device sizes, keeping it predictable and aligned with the layout.
## Related Issues
Closes #103
## Changes
- **`src/views/SearchView.vue`**:
- Replaced `margin: 0;` with `margin-top: 1rem;` on the `.slogan` class.
- Added `line-height: normal;` to ensure the bounding box of the text doesn't overlap with the logotype.
## How to Test
1. Open the start page/search view.
2. Verify that there is a clear `16px` gap between the bottom of the logo and the top of the slogan.
3. Resize the viewport from desktop down to mobile width; the spacing should remain constant and readable.
johannes.vos
added this to the 0.1.0 milestone 2026-06-04 13:16:43 +02:00
jakob.scheid
changed title from Fix spacing between Seekra logo and slogan to Fix: spacing between Seekra logo and slogan2026-07-20 12:18:53 +02:00
jakob.scheid
changed title from Fix: spacing between Seekra logo and slogan to Fix(logo): spacing between Seekra logo and slogan2026-07-20 12:28:24 +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.
Description
This PR addresses the cramped layout in the hero section by introducing a clean vertical spacing between the Seekra logo and the slogan text.
Instead of a fluid scaling or complex media queries, a consistent spacing of
1rem(16px) has been applied to maintain visual hierarchy and breathing room across all device sizes, keeping it predictable and aligned with the layout.Related Issues
Closes #103
Changes
src/views/SearchView.vue:margin: 0;withmargin-top: 1rem;on the.sloganclass.line-height: normal;to ensure the bounding box of the text doesn't overlap with the logotype.How to Test
16pxgap between the bottom of the logo and the top of the slogan.Fix spacing between Seekra logo and sloganto Fix: spacing between Seekra logo and sloganFix: spacing between Seekra logo and sloganto Fix(logo): spacing between Seekra logo and slogan