@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.102
2
+ # mjh-framework v. 1.0.103
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import React__default, { Component, useState, useEffect, useRef, createContext, createElement } from 'react';
1
+ import React__default, { Component, useState, useEffect, useRef, createElement, createContext } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import reactDom from 'react-dom';
4
4
  import Container from 'react-bootstrap/Container';
@@ -12506,7 +12506,7 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
12506
12506
 
12507
12507
  return React__default.createElement(
12508
12508
  'div',
12509
- { className: 'video-container', style: { marginBottom: '20vh' } },
12509
+ { className: 'video-container', style: { marginBottom: '2rem' } },
12510
12510
  React__default.createElement(
12511
12511
  'div',
12512
12512
  { className: 'video-block', style: { position: 'relative', overflow: 'hidden' } },