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 authored and AliKdhim87 committed Jul 4, 2024
1 parent 0a7f348 commit d34cd63
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 d34cd63

Please sign in to comment.