general-library-union 2.4.66 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.4.66",
3
+ "version": "2.4.67",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -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: left;
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){