funuicss 1.11.12 → 1.11.13
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/css/fun.css +2 -2
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -4926,7 +4926,7 @@ link:hover {
|
|
|
4926
4926
|
box-sizing: border-box;
|
|
4927
4927
|
}
|
|
4928
4928
|
.text-big , .text-bigger , .text-jumbo{
|
|
4929
|
-
line-height:
|
|
4929
|
+
line-height: normal;
|
|
4930
4930
|
font-weight: 900;
|
|
4931
4931
|
}
|
|
4932
4932
|
.monospace{
|
|
@@ -4947,7 +4947,7 @@ link:hover {
|
|
|
4947
4947
|
letter-spacing: normal;
|
|
4948
4948
|
}
|
|
4949
4949
|
.body{
|
|
4950
|
-
line-height: 1.
|
|
4950
|
+
line-height: 1.6rem;
|
|
4951
4951
|
letter-spacing: normal;
|
|
4952
4952
|
font-size: 1rem;
|
|
4953
4953
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.11.
|
|
2
|
+
"version": "1.11.13",
|
|
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. Elevate your web development experience with our cutting-edge React/Next.js component UI Library. Craft stunning websites effortlessly, boasting both seamless functionality and aesthetic appeal—all achieved with minimal lines of code. Unleash the power of simplicity and style in your projects!",
|
|
5
5
|
"main": "index.js",
|