fix stylelint

This commit is contained in:
einhornimmond 2025-10-04 14:16:13 +02:00
parent 2142ac8f43
commit e0e7c312d4

View File

@ -23,7 +23,8 @@ export default {
margin-bottom: 1rem;
padding: 0.75rem 1rem;
}
@media screen and (max-width: 450px) {
@media screen and (width <= 450px) {
.page-breadcrumb {
margin-top: 3rem;
}