general-library-union 2.5.69 → 2.5.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.5.69",
3
+ "version": "2.5.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -117,15 +117,14 @@ body {
117
117
  * 404 styles
118
118
  *****************************************************************************/
119
119
  #not-found {
120
- width: 100%;
121
- height: 100%;
122
120
  background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
123
121
  url('/assets/images/not-found-fondo.png');
124
122
  background-size: cover;
125
123
 
126
124
 
127
125
  .card-container{
128
- height: 100vh;
126
+ height: auto;
127
+ min-height: 100vh;
129
128
  justify-content: center;
130
129
  align-items: center;
131
130
  }