@appartmint/mint 2.1.0 → 2.1.1

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
@@ -878,13 +878,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
878
878
  #mint-header button:hover {
879
879
  color: var(--mint-back);
880
880
  }
881
- #mint-header h1 {
882
- display: flex;
883
- white-space: nowrap;
884
- align-items: center;
885
- gap: 1rem;
886
- margin: 0;
887
- }
888
881
  #mint-header #mint-navbar {
889
882
  display: flex;
890
883
  align-items: center;
@@ -894,9 +887,13 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
894
887
  #mint-header .mint-logo {
895
888
  display: flex;
896
889
  align-items: center;
890
+ gap: 1rem;
897
891
  width: auto;
898
892
  text-decoration: none;
899
893
  }
894
+ #mint-header .mint-logo span {
895
+ margin: 0;
896
+ }
900
897
  #mint-header .mint-logo img {
901
898
  max-height: var(--mint-header-height);
902
899
  width: auto;