@asd20/ui 3.2.879 → 3.2.880

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.879",
8
+ "version": "3.2.880",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -219,6 +219,7 @@ export default {
219
219
  }
220
220
  &::v-deep ul {
221
221
  margin-top: 0;
222
+ padding-inline-start: 0;
222
223
  }
223
224
  &::v-deep li {
224
225
  margin-left: 1rem;
@@ -212,7 +212,7 @@ export default {
212
212
 
213
213
  @media (min-width: 1024px) {
214
214
  .asd20-video-header-content {
215
- width: 80%;
215
+ width: 60%;
216
216
  .asd20-messaging {
217
217
  background: var(--website-homepage-header__background-color)
218
218
  var(--website-homepage-header__background-style);