general-library-union 2.4.69 → 2.4.71

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.69",
3
+ "version": "2.4.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -435,8 +435,9 @@ color: var(--color-700);
435
435
  -webkit-text-stroke: 0.65rem transparent;
436
436
  }
437
437
 
438
- }
439
438
 
439
+ }
440
+ }
440
441
 
441
442
  @media (max-width:768px){
442
443
 
@@ -455,6 +456,12 @@ color: var(--color-700);
455
456
  margin-top: 4%;
456
457
  font-size: 2rem !important;
457
458
  }
459
+
460
+ #timeout img {
461
+ margin: 0 auto;
462
+ text-align: center;
463
+ display: table;
464
+ }
458
465
  }
459
466
 
460
467
 
@@ -434,6 +434,13 @@ body {
434
434
  margin-top: 4%;
435
435
  font-size: 2rem !important;
436
436
  }
437
+
438
+
439
+ #timeout img {
440
+ margin: 0 auto;
441
+ text-align: center;
442
+ display: table;
443
+ }
437
444
  }
438
445
 
439
446