style(search): implement responsive mobile spacing for slogan via media query

This commit is contained in:
2026-06-04 13:11:55 +02:00
parent 58e4640965
commit 65153db414
+6
View File
@@ -83,4 +83,10 @@ const submitSearch = function () {
width: 100%;
}
}
@media (max-width: 48rem) {
.slogan {
margin-top: 1rem;
}
}
</style>