@appartmint/mint 2.7.2 → 2.7.4

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
@@ -314,6 +314,10 @@
314
314
  justify-content: flex-end;
315
315
  height: 100%;
316
316
  }
317
+ #mint-header #mint-navbar > :not(.mint-buttons) a {
318
+ color: var(--mint-header-link-fore);
319
+ text-decoration: none;
320
+ }
317
321
  #mint-header .mint-logo {
318
322
  display: flex;
319
323
  align-items: center;
@@ -1863,6 +1867,9 @@ iframe {
1863
1867
  margin-top: 2rem;
1864
1868
  margin-bottom: 2rem;
1865
1869
  }
1870
+ .mint-grid.mint-1 > * {
1871
+ grid-column: span 1 !important;
1872
+ }
1866
1873
  @media (min-width: 768px) {
1867
1874
  .mint-grid.mint-2 {
1868
1875
  grid-template-columns: repeat(12, 1fr);