general-library-union 2.4.64 → 2.4.65

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": "general-library-union",
3
- "version": "2.4.64",
3
+ "version": "2.4.65",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -413,7 +413,7 @@ color: var(--color-700);
413
413
  }
414
414
 
415
415
  img {
416
- max-width: 18rem;
416
+ max-width: 45rem;
417
417
  width: 100%;
418
418
  }
419
419
 
@@ -397,7 +397,7 @@ body {
397
397
  }
398
398
 
399
399
  img {
400
- max-width: 58rem;
400
+ max-width: 45rem;
401
401
  width: 100%;
402
402
  }
403
403