general-library-union 2.5.32 → 2.5.33

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.32",
3
+ "version": "2.5.33",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -866,9 +866,10 @@ color: var(--color-700);
866
866
 
867
867
 
868
868
  .centrar-contenedor-imagen-sin-datos img {
869
- opacity: 0.6;
869
+ opacity: 0.9;
870
870
  width: 100%;
871
- max-width: 300px;
871
+ max-width: 260px;
872
+ margin-bottom: -20px;
872
873
  }
873
874
 
874
875
  .toast-salto-linea {