@iris.interactive/handcook 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -54,7 +54,7 @@ $margin-xsmall: 20px;
54
54
 
55
55
  /* Breakpoint
56
56
  / ================================================== */
57
- $breakpoint-desktop: $container; // min-width
57
+ $breakpoint-desktop: 1000.1px; // min-width
58
58
  $breakpoint-xlarge: math.div($container, 1 - math.div($margin-xlarge, 100%) * 2)+1; // min-width
59
59
  $breakpoint-large: math.div($container, 1 - math.div($margin-xlarge, 100%) * 2); // max-width
60
60
  $breakpoint-medium: 1000px; // max-width