diff --git a/frontend/src/components/Breadcrumb/breadcrumb.vue b/frontend/src/components/Breadcrumb/breadcrumb.vue index e89c9ea83..7372ecc6e 100644 --- a/frontend/src/components/Breadcrumb/breadcrumb.vue +++ b/frontend/src/components/Breadcrumb/breadcrumb.vue @@ -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; }