@asd20/ui 3.2.833 → 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 +1 -1
- package/src/components/organisms/Asd20PageContent/index.vue +4 -1
- package/src/components/templates/Asd20ArticleListTemplate/index.vue +1 -1
- package/src/components/templates/Asd20ArticleTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailAlternateTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailImageTemplate/index.vue +1 -1
- package/src/components/templates/Asd20DetailTemplate/index.vue +1 -1
- package/src/components/templates/Asd20FileListPageTemplate/index.vue +1 -1
- package/src/components/templates/Asd20SalaryCalculatorTemplate/index.vue +1 -1
package/package.json
CHANGED
|
@@ -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:
|
|
222
|
+
@media (min-width: 1300px) {
|
|
220
223
|
.asd20-page-content {
|
|
221
224
|
.primary-messaging-section,
|
|
222
225
|
.secondary-messaging-section {
|