@appartmint/mint 2.1.5 → 2.1.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.1.5",
4
+ "version": "2.1.6",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -96,6 +96,7 @@
96
96
  flex-direction: column;
97
97
  align-items: center;
98
98
  justify-content: space-between;
99
+ gap: 0.5rem;
99
100
  padding: 0.4rem 1rem;
100
101
  color: css-var($footer-heel-fore);
101
102
  background: css-var($footer-heel-back);
@@ -104,6 +105,23 @@
104
105
  @include break(sm) {
105
106
  flex-direction: row;
106
107
  }
108
+
109
+ & > * {
110
+ width: 100%;
111
+ }
112
+
113
+ p {
114
+ @include break(sm) {
115
+ text-align: left;
116
+ }
117
+ }
118
+ }
119
+
120
+ &-social {
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ flex-wrap: wrap;
107
125
  }
108
126
 
109
127
  &-message {
@@ -116,6 +134,10 @@
116
134
  flex-wrap: nowrap;
117
135
  }
118
136
 
137
+ @include break(sm) {
138
+ justify-content: flex-end;
139
+ }
140
+
119
141
  &>#{class(pill)} {
120
142
  margin: 0 0.25rem;
121
143
  }