style(search): add desktop vertical spacing and fix line-height for slogan

This commit is contained in:
2026-06-04 13:10:43 +02:00
parent 072f3472f7
commit 58e4640965
+3 -2
View File
@@ -67,9 +67,10 @@ const submitSearch = function () {
max-width: 100%;
}
.slogan{
margin: 0;
.slogan {
margin-top: 1rem;
font-size: small;
line-height: normal;
}
.search-container {