general-library-union 3.1.59 → 3.1.60
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
|
@@ -313,7 +313,7 @@ color: #232323;
|
|
|
313
313
|
@media (max-width:768px){
|
|
314
314
|
|
|
315
315
|
#not-found img {
|
|
316
|
-
max-width:
|
|
316
|
+
max-width: 26rem;
|
|
317
317
|
margin: 0 auto;
|
|
318
318
|
display: table;
|
|
319
319
|
position: inherit;
|
|
@@ -339,6 +339,7 @@ color: #232323;
|
|
|
339
339
|
|
|
340
340
|
#not-found h5 {
|
|
341
341
|
text-align: center;
|
|
342
|
+
color: #232323;
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
.flex.align-items-center.justify-content-center {
|
|
@@ -337,6 +337,7 @@ body {
|
|
|
337
337
|
#not-found h5 {
|
|
338
338
|
font-size: 1.5rem;
|
|
339
339
|
text-align: center;
|
|
340
|
+
color: #232323;
|
|
340
341
|
}
|
|
341
342
|
|
|
342
343
|
#not-found p {
|
|
@@ -349,6 +350,7 @@ body {
|
|
|
349
350
|
margin-top: 4%;
|
|
350
351
|
display: table;
|
|
351
352
|
margin: 0 auto;
|
|
353
|
+
margin-top: 10%;
|
|
352
354
|
}
|
|
353
355
|
|
|
354
356
|
.flex.align-items-center.justify-content-center {
|