general-library-union 3.2.3 → 3.2.4

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": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -299,7 +299,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
299
299
  @media only screen and (max-width:1600px) and (min-width:1360px){
300
300
 
301
301
  #not-found img {
302
- max-width: 22rem;
302
+ max-width: 27rem;
303
303
  margin: 0 auto;
304
304
  display: table;
305
305
  }
@@ -427,7 +427,7 @@ color: #232323;
427
427
  }
428
428
 
429
429
  img {
430
- max-width: 38rem;
430
+ max-width: 34rem;
431
431
  width: 100%;
432
432
  }
433
433