@asd20/ui 3.2.469 → 3.2.470

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.469",
8
+ "version": "3.2.470",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -237,6 +237,9 @@ export default {
237
237
  }
238
238
  }
239
239
  }
240
+ .asd20-page-content h2 {
241
+ font-size: 20.8px !important;
242
+ }
240
243
  }
241
244
 
242
245
  @media (min-width: 1024px) {
@@ -201,6 +201,9 @@ export default {
201
201
  }
202
202
  }
203
203
  }
204
+ .asd20-page-content h2 {
205
+ font-size: 20.8px !important;
206
+ }
204
207
  }
205
208
 
206
209
  @media (min-width: 768px) {
@@ -201,6 +201,9 @@ export default {
201
201
  }
202
202
  }
203
203
  }
204
+ .asd20-page-content h2 {
205
+ font-size: 20.8px !important;
206
+ }
204
207
  }
205
208
 
206
209
  @media (min-width: 1024px) {