@burh/nuxt-core 1.1.10 → 1.1.11

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.
@@ -568,6 +568,7 @@ export default {
568
568
 
569
569
  video {
570
570
  width: 100% !important;
571
+ max-height: 400px !important;
571
572
  border-radius: 8px !important;
572
573
  display: block !important;
573
574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "private": false,