funuicss 2.0.1 → 2.0.2

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 +4 -5
  2. package/package.json +1 -1
package/css/fun.css CHANGED
@@ -444,7 +444,7 @@
444
444
  --linkColor:rgb(124, 124, 124);
445
445
  /* Body and font */
446
446
  --bd-font-weight: 400;
447
- --bdfontSize: 1em ;
447
+ --bdfontSize: .99em ;
448
448
  --bd-line-height: normal;
449
449
  /* --fontFamily: var(--font); */
450
450
  --smallFont: .82em;
@@ -507,7 +507,6 @@ body {
507
507
  padding: 0px;
508
508
  margin: 0px;
509
509
  box-sizing: border-box;
510
-
511
510
  line-height: var(--bd-line-height);
512
511
  font-weight: var(--bd-font-weight);
513
512
  background-color: var(--bd-theme);
@@ -7896,7 +7895,7 @@ background-color: rgba(0, 0, 0, 0.2);
7896
7895
 
7897
7896
 
7898
7897
  /* small screens */
7899
- @media(max-width: 600px) {
7898
+ @media only screen and (max-width: 767px) {
7900
7899
  .col.sm-order-1 { order: 1; }
7901
7900
  .col.sm-order-2 { order: 2; }
7902
7901
  .col.sm-order-3 { order: 3; }
@@ -8019,7 +8018,7 @@ background-color: rgba(0, 0, 0, 0.2);
8019
8018
 
8020
8019
 
8021
8020
  /* medium screens */
8022
- @media (min-width: 601px) and (max-width:1000px) {
8021
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
8023
8022
  /* medium screen cols */
8024
8023
 
8025
8024
 
@@ -8123,7 +8122,7 @@ background-color: rgba(0, 0, 0, 0.2);
8123
8122
  }
8124
8123
 
8125
8124
  /* large screens */
8126
- @media screen and (min-width: 1001px) {
8125
+ @media screen and (min-width: 992px) {
8127
8126
  /* For lg-order */
8128
8127
  .col.lg-order-1 { order: 1; }
8129
8128
  .col.lg-order-2 { order: 2; }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1",
2
+ "version": "2.0.2",
3
3
  "name": "funuicss",
4
4
  "description": "React and 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",