generated from Seekra/repository-template
style(search): implement responsive mobile spacing for slogan via media query
This commit is contained in:
@@ -83,4 +83,10 @@ const submitSearch = function () {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 48rem) {
|
||||||
|
.slogan {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user