@fecp/mobile 1.0.48 → 1.0.49

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/es/mobile.css CHANGED
@@ -108,6 +108,10 @@
108
108
  html,
109
109
  body,
110
110
  #app {
111
+ padding: 0px;
112
+ margin: 0px;
113
+ height: 100%;
111
114
  letter-spacing: 0.5px;
115
+ /* width: 100% !important; */
112
116
  outline: none;
113
117
  }
package/lib/mobile.css CHANGED
@@ -108,6 +108,10 @@
108
108
  html,
109
109
  body,
110
110
  #app {
111
+ padding: 0px;
112
+ margin: 0px;
113
+ height: 100%;
111
114
  letter-spacing: 0.5px;
115
+ /* width: 100% !important; */
112
116
  outline: none;
113
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [