update library opening strategy

This commit is contained in:
axolotle
2021-06-10 18:26:14 +02:00
parent ddff9313cb
commit ecc5253f38
9 changed files with 169 additions and 160 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ $grid-breakpoints: (
xs: 0,
sm: 576px,
md: 1024px,
// lg: 992px,
// xl: 1200px
lg: 1200px,
xl: 1440px,
);
$layout-bp: md;