Skip to content

Commit 541ca3a

Browse files
committed
fix: update sidebar breakpoint to match breakpoints used in other components
1 parent c0fcd6f commit 541ca3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-workshop/src/sass/scss/05-themes/_sidebar-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
$pl-sidebar-width: 14rem; //Define sidebar width for calculating dimensions
66

7-
@media all and (min-width: 48em) {
7+
@media all and (min-width: $pl-bp-med) {
88
/**
99
* A theme that places displays the header as a sidebar
1010
*/

0 commit comments

Comments
 (0)