@appartmint/mint 4.0.6 → 4.0.8

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
@@ -57,7 +57,7 @@
57
57
  .mint-footer {
58
58
  display: flex;
59
59
  flex-direction: column;
60
- max-width: 100%;
60
+ margin: 0 clamp(-0.25rem, -1vw, -2rem);
61
61
  background: var(--mint-back);
62
62
  transition: transform 300ms;
63
63
  z-index: 999;
@@ -202,10 +202,7 @@ body.mint-fixed #mint-header {
202
202
  height: var(--mint-header-height);
203
203
  }
204
204
  @media (min-width: 768px) {
205
- #mint-header .mint-expand .mint-buttons {
206
- width: auto;
207
- }
208
- #mint-header .mint-expand .mint-buttons [aria-controls=mint-wrapper] {
205
+ #mint-header .mint-expand [aria-controls=mint-wrapper] {
209
206
  display: none;
210
207
  }
211
208
  #mint-header .mint-expand #mint-wrapper {