general-library-union 2.4.67 → 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
|
@@ -272,7 +272,6 @@ color: var(--color-700);
|
|
|
272
272
|
display: table;
|
|
273
273
|
margin: 0 auto;
|
|
274
274
|
margin-top: 2%;
|
|
275
|
-
font-size: 2rem;
|
|
276
275
|
}
|
|
277
276
|
|
|
278
277
|
#not-found img{
|
|
@@ -290,6 +289,8 @@ color: var(--color-700);
|
|
|
290
289
|
|
|
291
290
|
}
|
|
292
291
|
|
|
292
|
+
}
|
|
293
|
+
|
|
293
294
|
@media (max-width:600px){
|
|
294
295
|
#not-found img {
|
|
295
296
|
max-width: 16rem;
|