general-library-union 2.4.65 → 2.4.67
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,10 @@ 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%;
|
|
275
|
+
font-size: 2rem;
|
|
272
276
|
}
|
|
273
277
|
|
|
274
278
|
#not-found img{
|
|
@@ -277,9 +281,13 @@ color: var(--color-700);
|
|
|
277
281
|
|
|
278
282
|
#not-found h4{
|
|
279
283
|
font-size: 7rem;
|
|
280
|
-
text-align:
|
|
284
|
+
text-align: center;
|
|
285
|
+
|
|
281
286
|
}
|
|
282
287
|
|
|
288
|
+
.flex.align-items-center.justify-content-center {
|
|
289
|
+
display: table !important;
|
|
290
|
+
|
|
283
291
|
}
|
|
284
292
|
|
|
285
293
|
@media (max-width:600px){
|
|
@@ -353,7 +361,7 @@ color: var(--color-700);
|
|
|
353
361
|
font-weight: 700;
|
|
354
362
|
text-align: left;
|
|
355
363
|
max-width: 60rem;
|
|
356
|
-
text-align:
|
|
364
|
+
text-align: left;
|
|
357
365
|
margin: 0;
|
|
358
366
|
|
|
359
367
|
@include breakpoint(large) {
|