@appartmint/mint 2.1.4 → 2.1.5

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
@@ -824,14 +824,14 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
824
824
  margin: 0.25rem 0;
825
825
  }
826
826
  }
827
- @media (max-width: 768px) {
827
+ @media (max-width: 767px) {
828
828
  #mint-header.mint-spread #mint-wrapper [aria-controls] {
829
829
  display: none;
830
830
  }
831
831
  #mint-header.mint-spread #mint-wrapper [aria-controls] + ul {
832
832
  display: flex !important;
833
833
  height: auto !important;
834
- margin-bottom: 3rem !important;
834
+ margin-bottom: 3rem;
835
835
  }
836
836
  #mint-header.mint-spread #mint-wrapper [aria-controls] + ul > li:first-child {
837
837
  font-size: 1.5em;
@@ -1068,7 +1068,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1068
1068
  margin-bottom: 0;
1069
1069
  }
1070
1070
  #mint-header #mint-wrapper ul li:last-child ul {
1071
- margin-bottom: 0;
1071
+ margin-bottom: 0 !important;
1072
1072
  }
1073
1073
  #mint-header .mint-buttons {
1074
1074
  flex-wrap: nowrap;
@@ -3179,7 +3179,7 @@ p, .mint-p {
3179
3179
  .mint-disclaim {
3180
3180
  font-size: 0.875rem;
3181
3181
  }
3182
- @media (max-width: 480px) {
3182
+ @media (max-width: 479px) {
3183
3183
  .mint-disclaim {
3184
3184
  text-align: center;
3185
3185
  }
@@ -3549,7 +3549,7 @@ a.mint-active .fa-vimeo {
3549
3549
  justify-content: space-around;
3550
3550
  gap: 1rem;
3551
3551
  }
3552
- @media (max-width: 768px) {
3552
+ @media (max-width: 767px) {
3553
3553
  .fc .fc-toolbar-title {
3554
3554
  font-size: 1.25rem;
3555
3555
  }
@@ -3563,12 +3563,12 @@ a.mint-active .fa-vimeo {
3563
3563
  .fc .fc-list-table {
3564
3564
  --fc-list-event-hover-bg-color: var(--mint-brand-4);
3565
3565
  }
3566
- @media (max-width: 768px) {
3566
+ @media (max-width: 767px) {
3567
3567
  .fc .fc-list-table {
3568
3568
  word-break: normal;
3569
3569
  }
3570
3570
  }
3571
- @media (max-width: 480px) {
3571
+ @media (max-width: 479px) {
3572
3572
  .fc .fc-list-table .fc-list-event-time {
3573
3573
  white-space: normal;
3574
3574
  }