@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.
@@ -199,9 +199,25 @@
199
199
  overflow: auto;
200
200
  background-repeat: repeat;
201
201
 
202
+ @include break(xl) {
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ }
207
+
202
208
  &> :last-child {
203
209
  margin-bottom: 0;
204
210
  }
211
+
212
+ &>ul {
213
+ @include break(xl) {
214
+ display: flex;
215
+ flex-direction: row;
216
+ flex-wrap: wrap;
217
+ justify-content: space-evenly;
218
+ width: 100%;
219
+ }
220
+ }
205
221
  }
206
222
 
207
223
  a,
@@ -278,4 +294,4 @@
278
294
  }
279
295
  }
280
296
  }
281
- }
297
+ }