@mjhls/mjh-framework 1.0.1017-cls → 1.0.1017-cls-v2

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.
@@ -109,7 +109,7 @@ var Feature = function Feature(props) {
109
109
  return openLink(feature_link);
110
110
  } },
111
111
  React__default["default"].createElement('img', {
112
- style: { height: '375px', width: '300px', maxHeight: '375px', minHeight: '300px', objectFit: 'cover', paddingLeft: '50%' },
112
+ style: { maxHeight: '375px', minHeight: '300px', objectFit: 'cover', paddingLeft: '50%' },
113
113
  className: 'd-block w-100',
114
114
  src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
115
115
  alt: feature_alt
@@ -102,7 +102,7 @@ var Feature = function Feature(props) {
102
102
  return openLink(feature_link);
103
103
  } },
104
104
  React__default.createElement('img', {
105
- style: { height: '375px', width: '300px', maxHeight: '375px', minHeight: '300px', objectFit: 'cover', paddingLeft: '50%' },
105
+ style: { maxHeight: '375px', minHeight: '300px', objectFit: 'cover', paddingLeft: '50%' },
106
106
  className: 'd-block w-100',
107
107
  src: urlFor({ client: client, source: feature_img, imageWidth: imageWidth }),
108
108
  alt: feature_alt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1017-cls",
3
+ "version": "1.0.1017-cls-v2",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",