funuicss 1.11.9 → 1.11.10

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.
Files changed (2) hide show
  1. package/css/fun.css +2 -0
  2. package/package.json +1 -1
package/css/fun.css CHANGED
@@ -487,6 +487,7 @@
487
487
  --lightThemeDark: var(--dark)
488
488
  }
489
489
 
490
+
490
491
  /* normalise css */
491
492
 
492
493
  *,
@@ -5475,6 +5476,7 @@ h6,
5475
5476
  display: inline-flex;
5476
5477
  gap: 0.5rem;
5477
5478
  align-items: center !important;
5479
+ justify-content: center;
5478
5480
  }
5479
5481
 
5480
5482
  .button:hover {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.11.9",
2
+ "version": "1.11.10",
3
3
  "name": "funuicss",
4
4
  "description": "React/Next.js component UI Library for creating Easy and good looking websites with fewer lines of code.",
5
5
  "main": "index.js",