@burh/nuxt-core 1.0.249 → 1.0.250

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.
@@ -37,7 +37,7 @@ export default {
37
37
  box-shadow: 5px 5px 50px 2px #E9EEF2;
38
38
  border-radius: 10px;
39
39
  width: 90%;
40
- max-width: 300px;
40
+ min-width: 300px;
41
41
  margin: 0 auto;
42
42
  transition: transform 0.25s, box-shadow 0.5s;
43
43
  &__image {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.249",
3
+ "version": "1.0.250",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {