Skip to content

Commit

Permalink
fix(sbb-map-container): adapt width starting from ultra breakpoint (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Feb 14, 2024
1 parent 2b8fecb commit 3c55d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/map-container/map-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
var(--sbb-map-container-map-height-small) + var(--sbb-map-container-border-radius)
);
}

@include sbb.mq($from: wide) {
--sbb-map-container-sidebar-width: #{sbb.px-to-rem-build(480)};
}
}

.sbb-map-container {
Expand Down

0 comments on commit 3c55d0c

Please sign in to comment.