@mirweb/mir-web-components 2.0.2 → 2.0.4

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.
@@ -174,7 +174,7 @@ const bgStyle = computed(() => {
174
174
  }
175
175
  }
176
176
  &__stats-row {
177
- gap: 30px;
177
+ gap: 60px;
178
178
  display: flex;
179
179
  flex-direction: column;
180
180
  }
@@ -282,6 +282,10 @@ function toggleFlip() {
282
282
  justify-content: center;
283
283
  align-items: center;
284
284
 
285
+ h3 {
286
+ margin-bottom: 15px;
287
+ }
288
+
285
289
  .flip-icon {
286
290
  width: 21px;
287
291
  height: 21px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.0.2",
4
+ "version": "2.0.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"