general-library-union 2.8.81 → 2.8.82
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
|
@@ -1328,7 +1328,12 @@ min-height: 60px !important;
|
|
|
1328
1328
|
|
|
1329
1329
|
.datos {
|
|
1330
1330
|
margin-top: -30px;
|
|
1331
|
-
}
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1334
|
+
text-align: left;
|
|
1335
|
+
display: table !important;
|
|
1336
|
+
}
|
|
1332
1337
|
}
|
|
1333
1338
|
|
|
1334
1339
|
@media (max-width: 1600px) {
|
|
@@ -1340,6 +1340,11 @@ body {
|
|
|
1340
1340
|
.datos {
|
|
1341
1341
|
margin-top: -30px;
|
|
1342
1342
|
}
|
|
1343
|
+
|
|
1344
|
+
.card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
|
|
1345
|
+
text-align: left;
|
|
1346
|
+
display: table !important;
|
|
1347
|
+
}
|
|
1343
1348
|
}
|
|
1344
1349
|
|
|
1345
1350
|
@media (max-width: 1600px) {
|