general-library-union 2.5.71 → 2.5.75

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.71",
3
+ "version": "2.5.75",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -335,13 +335,12 @@ color: var(--color-700);
335
335
  *****************************************************************************/
336
336
 
337
337
  #timeout {
338
- width: 100%;
339
- height: 100%;
340
338
  background: linear-gradient(to bottom, #ffffff, var(--color-100));
341
339
 
342
340
 
343
341
  .card-container {
344
- height: 100vh;
342
+ height: auto;
343
+ min-height: 100vh;
345
344
  }
346
345
 
347
346
  img {
@@ -326,12 +326,11 @@ body {
326
326
  *****************************************************************************/
327
327
 
328
328
  #timeout {
329
- width: 100%;
330
- height: 100%;
331
329
  background: linear-gradient(to bottom, #fffcfc, #8e8e8e);
332
330
 
333
331
  .card-container {
334
- height: 100vh;
332
+ height: auto;
333
+ min-height: 100vh;
335
334
  }
336
335
 
337
336
  img {