@asd20/ui 3.2.565 → 3.2.566

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.565",
8
+ "version": "3.2.566",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -194,7 +194,7 @@
194
194
  blockquote {
195
195
  position: relative;
196
196
  padding-bottom: space(1);
197
- margin: 0 0 space(1) space(1);
197
+ margin: 0 0 space(1) space(2);
198
198
  font-family: var(--website-typography__font-family-headlines);
199
199
  font-size: $base-font-size * 1.5;
200
200
  line-height: $line-height;
@@ -209,9 +209,9 @@
209
209
  &::before {
210
210
  position: absolute;
211
211
  top: 0;
212
- left: space(-1);
212
+ left: space(-2);
213
213
  display: block;
214
- width: space(2);
214
+ width: space(1.5);
215
215
  height: 100%;
216
216
  content: '';
217
217
  background: currentColor;