@appartmint/mint 0.12.10 → 0.12.12

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
@@ -705,9 +705,25 @@ app-footer::before {
705
705
  overflow: auto;
706
706
  background-repeat: repeat;
707
707
  }
708
+ @media (min-width: 1440px) {
709
+ #mint-header #mint-wrapper nav {
710
+ display: flex;
711
+ align-items: center;
712
+ justify-content: center;
713
+ }
714
+ }
708
715
  #mint-header #mint-wrapper nav > :last-child {
709
716
  margin-bottom: 0;
710
717
  }
718
+ @media (min-width: 1440px) {
719
+ #mint-header #mint-wrapper nav > ul {
720
+ display: flex;
721
+ flex-direction: row;
722
+ flex-wrap: wrap;
723
+ justify-content: space-evenly;
724
+ width: 100%;
725
+ }
726
+ }
711
727
  #mint-header #mint-wrapper a,
712
728
  #mint-header #mint-wrapper button {
713
729
  font-family: serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;