generated from Seekra/repository-template
Fix spacing between Seekra logo and slogan #109
Reference in New Issue
Block a user
Delete Branch "feature/vertical-spacing-slogan-logo"
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?
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.