general-library-union 2.7.97 → 2.7.99
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
|
@@ -306,6 +306,12 @@ color: var(--color-700);
|
|
|
306
306
|
text-align: center;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
+
#not-found button {
|
|
310
|
+
display: table;
|
|
311
|
+
margin: 0 auto;
|
|
312
|
+
margin-top: 15%;
|
|
313
|
+
}
|
|
314
|
+
|
|
309
315
|
}
|
|
310
316
|
|
|
311
317
|
@media (max-width:600px){
|
|
@@ -351,6 +357,13 @@ color: var(--color-700);
|
|
|
351
357
|
text-align: center;
|
|
352
358
|
}
|
|
353
359
|
|
|
360
|
+
|
|
361
|
+
#not-found button {
|
|
362
|
+
display: table;
|
|
363
|
+
margin: 0 auto;
|
|
364
|
+
margin-top: 15%;
|
|
365
|
+
}
|
|
366
|
+
|
|
354
367
|
}
|
|
355
368
|
|
|
356
369
|
|