@sikka/hawa 0.0.90 → 0.0.91

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/styles.css CHANGED
@@ -685,15 +685,15 @@ video {
685
685
  .-mb-px {
686
686
  margin-bottom: -1px;
687
687
  }
688
+ .mb-3 {
689
+ margin-bottom: 0.75rem;
690
+ }
688
691
  .ml-1 {
689
692
  margin-left: 0.25rem;
690
693
  }
691
694
  .mt-2 {
692
695
  margin-top: 0.5rem;
693
696
  }
694
- .mb-3 {
695
- margin-bottom: 0.75rem;
696
- }
697
697
  .mt-5 {
698
698
  margin-top: 1.25rem;
699
699
  }