@mjhls/mjh-framework 1.0.102 → 1.0.103
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/README.md +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12513,7 +12513,7 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
|
|
|
12513
12513
|
|
|
12514
12514
|
return React__default.createElement(
|
|
12515
12515
|
'div',
|
|
12516
|
-
{ className: 'video-container', style: { marginBottom: '
|
|
12516
|
+
{ className: 'video-container', style: { marginBottom: '2rem' } },
|
|
12517
12517
|
React__default.createElement(
|
|
12518
12518
|
'div',
|
|
12519
12519
|
{ className: 'video-block', style: { position: 'relative', overflow: 'hidden' } },
|