@appartmint/mint 0.13.2 → 0.13.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
@@ -863,6 +863,7 @@ app-footer::before {
863
863
  }
864
864
  #mint-header .mint-buttons {
865
865
  flex-wrap: nowrap;
866
+ flex-shrink: 0;
866
867
  justify-content: flex-end;
867
868
  }
868
869
  #mint-header .mint-buttons a:not([aria-controls=mint-wrapper]),
@@ -2127,7 +2128,8 @@ section.mint-bigger {
2127
2128
  display: grid;
2128
2129
  grid-template-columns: 1fr;
2129
2130
  gap: 2rem;
2130
- margin: 2rem 0;
2131
+ margin-top: 2rem;
2132
+ margin-bottom: 2rem;
2131
2133
  }
2132
2134
  .mint-grid > * {
2133
2135
  margin: 0;