Skip to content

Commit

Permalink
style: add media query for the small breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
scar055 committed Jun 24, 2024
1 parent b801b76 commit 2b1796a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/src/components/Breadcrumb/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
margin-inline-end: 8px;
}

.utrecht-breadcrumb-nav__separator {
margin-inline-end: var(--utrecht-space-inline-xs);
@media (width >= 360px) {
.utrecht-breadcrumb-nav__separator {
margin-inline-end: var(--utrecht-space-inline-xs);
}
}

.utrecht-breadcrumb-nav__link {
Expand Down

0 comments on commit 2b1796a

Please sign in to comment.