@visualizevalue/mint-app-base 0.1.103 → 0.1.104

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.
@@ -109,6 +109,7 @@ watch(width, () => {
109
109
  video,
110
110
  iframe {
111
111
  width: 100cqw;
112
+ max-width: 100cqmin;
112
113
  max-height: 100cqmin;
113
114
  aspect-ratio: 1/1 auto;
114
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {