Fix spacing between Seekra logo and slogan #109

Merged
jakob.scheid merged 4 commits from feature/vertical-spacing-slogan-logo into main 2026-06-04 13:22:17 +02:00
+2 -1
View File
@@ -68,8 +68,9 @@ const submitSearch = function () {
} }
.slogan { .slogan {
margin: 0; margin-top: 1rem;
font-size: small; font-size: small;
line-height: normal;
} }
.search-container { .search-container {