@6thbridge/hexa 0.0.47 → 0.0.48
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +6 -2
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -2669,8 +2669,12 @@ input:-webkit-autofill:active {
|
|
2669
2669
|
}
|
2670
2670
|
|
2671
2671
|
@media (min-width: 768px){
|
2672
|
-
.md
|
2673
|
-
|
2672
|
+
.md\:\!mt-0{
|
2673
|
+
margin-top: 0px !important;
|
2674
|
+
}
|
2675
|
+
|
2676
|
+
.md\:\!hidden{
|
2677
|
+
display: none !important;
|
2674
2678
|
}
|
2675
2679
|
|
2676
2680
|
.md\:max-h-full{
|