@asd20/ui 3.2.834 → 3.2.835

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.834",
8
+ "version": "3.2.835",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -177,6 +177,9 @@ export default {
177
177
  .notification-group--inline {
178
178
  margin: space(2) space(3) space(0) space(3);
179
179
  }
180
+ .primary-messaging-section {
181
+ justify-content: center;
182
+ }
180
183
  .primary-messaging-section,
181
184
  .secondary-messaging-section {
182
185
  display: flex;
@@ -216,7 +219,7 @@ export default {
216
219
  }
217
220
  }
218
221
 
219
- @media (min-width: 1257px) {
222
+ @media (min-width: 1300px) {
220
223
  .asd20-page-content {
221
224
  .primary-messaging-section,
222
225
  .secondary-messaging-section {