general-library-union 2.5.7 → 2.5.9

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.5.7",
3
+ "version": "2.5.9",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3860,10 +3860,10 @@ background: var(--color-75) !important;
3860
3860
  }
3861
3861
 
3862
3862
  .imagen-menu img {
3863
- width: 7rem;
3863
+ width: 100%;
3864
3864
  display: table;
3865
3865
  margin: 0 auto;
3866
- min-height: 7rem;
3866
+ min-height: 100%;
3867
3867
  }
3868
3868
 
3869
3869