funuicss 1.9.5 → 1.9.6
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 +5 -5
- package/package.json +1 -1
package/css/fun.css
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
--linkColor:rgb(110, 168, 254);
|
|
30
30
|
/* Body and font */
|
|
31
31
|
--bd-font-weight: 400;
|
|
32
|
-
--bdfontSize: 0.
|
|
32
|
+
--bdfontSize: 0.99em;
|
|
33
33
|
--bd-line-height: 1.2;
|
|
34
34
|
--fontFamily: 'Maven Pro', sans-serif;
|
|
35
35
|
--smallFont: 0.8em;
|
|
@@ -109,7 +109,6 @@ input {
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
/* Background Color */
|
|
112
|
-
.mesh{}
|
|
113
112
|
.gradient,
|
|
114
113
|
.hover-gradient:hover {
|
|
115
114
|
background: var(--gradient) !important;
|
|
@@ -1607,10 +1606,11 @@ h6,
|
|
|
1607
1606
|
.col{
|
|
1608
1607
|
flex: 1 0 0%;
|
|
1609
1608
|
}
|
|
1610
|
-
.row.gap .col
|
|
1609
|
+
.row.gap .col{
|
|
1611
1610
|
padding: 0.5rem;
|
|
1612
1611
|
}
|
|
1613
|
-
|
|
1612
|
+
|
|
1613
|
+
@media(max-width: 600px) {
|
|
1614
1614
|
.col.sm-12 {
|
|
1615
1615
|
flex: 99.99999%;
|
|
1616
1616
|
-ms-flex: 0 0 99.99999%;
|
|
@@ -1711,7 +1711,7 @@ h6,
|
|
|
1711
1711
|
-ms-flex: 0 0 8.33333%;
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
|
-
@media (min-width:
|
|
1714
|
+
@media (min-width: 1000px) {
|
|
1715
1715
|
.col.lg-12 {
|
|
1716
1716
|
flex: 99.99999%;
|
|
1717
1717
|
-ms-flex: 0 0 99.99999%;
|