general-library-union 2.7.99 → 2.8.0
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
|
@@ -271,7 +271,7 @@ color: var(--color-700);
|
|
|
271
271
|
@media (max-width:768px){
|
|
272
272
|
|
|
273
273
|
#not-found img {
|
|
274
|
-
max-width:
|
|
274
|
+
max-width: 14rem;
|
|
275
275
|
margin: 0 auto;
|
|
276
276
|
display: table;
|
|
277
277
|
position: inherit;
|
|
@@ -284,9 +284,10 @@ color: var(--color-700);
|
|
|
284
284
|
margin: auto;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
287
|
+
#not-found p {
|
|
288
|
+
text-align: center;
|
|
289
|
+
}
|
|
290
|
+
|
|
290
291
|
|
|
291
292
|
#not-found h4{
|
|
292
293
|
font-size: 7rem;
|
|
@@ -294,6 +295,10 @@ color: var(--color-700);
|
|
|
294
295
|
|
|
295
296
|
}
|
|
296
297
|
|
|
298
|
+
#not-found h5 {
|
|
299
|
+
text-align: center;
|
|
300
|
+
}
|
|
301
|
+
|
|
297
302
|
.flex.align-items-center.justify-content-center {
|
|
298
303
|
display: table !important;
|
|
299
304
|
|