@erst-vg/vg-design-wrapper 1.0.4 → 1.0.6
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
|
@@ -137,7 +137,7 @@ $grid-breakpoints: (
|
|
|
137
137
|
|
|
138
138
|
// Breakpoints specificeret til zoom og kigger derfor på em
|
|
139
139
|
// Bruges særlig til mindre skærme, så koden kan opfylde tilgængelighedskrav
|
|
140
|
-
$zoom-sm:
|
|
140
|
+
$zoom-sm: 20em;
|
|
141
141
|
$zoom-xs: 15em;
|
|
142
142
|
$zoom-breakpoints: (
|
|
143
143
|
xs: $zoom-xs,
|