mediacube-ui 0.1.329 → 0.1.330
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/CHANGELOG.md +2 -0
- package/package.json +1 -1
- package/src/styles/_mixins.scss +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.330](https://github.com/MediaCubeCo/mcui/compare/v0.1.329...v0.1.330) (2024-11-12)
|
|
6
|
+
|
|
5
7
|
### [0.1.329](https://github.com/MediaCubeCo/mcui/compare/v0.1.328...v0.1.329) (2024-11-11)
|
|
6
8
|
|
|
7
9
|
### [0.1.328](https://github.com/MediaCubeCo/mcui/compare/v0.1.327...v0.1.328) (2024-11-11)
|
package/package.json
CHANGED
package/src/styles/_mixins.scss
CHANGED
|
@@ -451,9 +451,15 @@
|
|
|
451
451
|
h2 {
|
|
452
452
|
margin-bottom: $space-200;
|
|
453
453
|
}
|
|
454
|
+
* + h2 {
|
|
455
|
+
margin-top: $space-300;
|
|
456
|
+
}
|
|
454
457
|
h3, strong {
|
|
455
458
|
margin-bottom: $space-100;
|
|
456
459
|
}
|
|
460
|
+
* + h3 {
|
|
461
|
+
margin-top: $space-250;
|
|
462
|
+
}
|
|
457
463
|
img {
|
|
458
464
|
object-fit: cover;
|
|
459
465
|
margin: $space-250 $space-zero;
|