@appartmint/mint 0.12.16 → 0.12.17

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
@@ -641,6 +641,16 @@ app-footer::before {
641
641
  font-size: 1.25rem;
642
642
  }
643
643
  }
644
+ @media (max-width: 768px) {
645
+ #mint-header.mint-spread [aria-controls]:not([aria-controls=mint-wrapper]) {
646
+ display: none;
647
+ }
648
+ #mint-header.mint-spread [aria-controls]:not([aria-controls=mint-wrapper]) + ul {
649
+ display: flex !important;
650
+ height: auto !important;
651
+ margin-bottom: 1rem !important;
652
+ }
653
+ }
644
654
  #mint-header::before {
645
655
  content: "";
646
656
  position: absolute;