Merge pull request 'Fix spacing between Seekra logo and slogan' (#109) from feature/vertical-spacing-slogan-logo into main
Deploy on dev / Deploy on dev (push) Successful in 32s

Reviewed-on: #109
Reviewed-by: Jakob Gregory
This commit was merged in pull request #109.
This commit is contained in:
2026-06-04 13:22:17 +02:00
committed by Gitea
+3 -2
View File
@@ -67,9 +67,10 @@ const submitSearch = function () {
max-width: 100%; max-width: 100%;
} }
.slogan{ .slogan {
margin: 0; margin-top: 1rem;
font-size: small; font-size: small;
line-height: normal;
} }
.search-container { .search-container {