impaktapps-ui-builder 0.0.967 → 0.0.968

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": "impaktapps-ui-builder",
3
- "version": "0.0.967",
3
+ "version": "0.0.968",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -348,7 +348,7 @@ export default {
348
348
  fontWeight: 900,
349
349
  background: "rgb(179, 198, 255)"
350
350
  },
351
- top: { xs: "200px", sm: "300px", md: "390px", lg: "390px" },
351
+ top: { xs: "100px", sm: "200px", md: "390px", lg: "390px" },
352
352
  border: "2px solid rgb(179, 198, 255)",
353
353
  width: "95%",
354
354
  left: "2.5%",