general-library-union 2.4.66 → 2.4.68
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
|
@@ -269,6 +269,9 @@ color: var(--color-700);
|
|
|
269
269
|
@media (max-width:768px){
|
|
270
270
|
#not-found button{
|
|
271
271
|
font-size: 1rem;
|
|
272
|
+
display: table;
|
|
273
|
+
margin: 0 auto;
|
|
274
|
+
margin-top: 2%;
|
|
272
275
|
}
|
|
273
276
|
|
|
274
277
|
#not-found img{
|
|
@@ -277,9 +280,15 @@ color: var(--color-700);
|
|
|
277
280
|
|
|
278
281
|
#not-found h4{
|
|
279
282
|
font-size: 7rem;
|
|
280
|
-
text-align:
|
|
283
|
+
text-align: center;
|
|
284
|
+
|
|
281
285
|
}
|
|
282
286
|
|
|
287
|
+
.flex.align-items-center.justify-content-center {
|
|
288
|
+
display: table !important;
|
|
289
|
+
|
|
290
|
+
}
|
|
291
|
+
|
|
283
292
|
}
|
|
284
293
|
|
|
285
294
|
@media (max-width:600px){
|