@appartmint/mint 2.1.5 → 2.1.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/dist/css/mint.css CHANGED
@@ -671,6 +671,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
671
671
  flex-direction: column;
672
672
  align-items: center;
673
673
  justify-content: space-between;
674
+ gap: 0.5rem;
674
675
  padding: 0.4rem 1rem;
675
676
  color: var(--mint-back);
676
677
  background: var(--mint-brand-6);
@@ -681,6 +682,20 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
681
682
  flex-direction: row;
682
683
  }
683
684
  }
685
+ .mint-footer-heel > * {
686
+ width: 100%;
687
+ }
688
+ @media (min-width: 768px) {
689
+ .mint-footer-heel p {
690
+ text-align: left;
691
+ }
692
+ }
693
+ .mint-footer-social {
694
+ display: flex;
695
+ align-items: center;
696
+ justify-content: center;
697
+ flex-wrap: wrap;
698
+ }
684
699
  .mint-footer-message {
685
700
  display: flex;
686
701
  align-items: center;
@@ -692,6 +707,11 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
692
707
  flex-wrap: nowrap;
693
708
  }
694
709
  }
710
+ @media (min-width: 768px) {
711
+ .mint-footer-message {
712
+ justify-content: flex-end;
713
+ }
714
+ }
695
715
  .mint-footer-message > .mint-pill {
696
716
  margin: 0 0.25rem;
697
717
  }