@mjhls/mjh-framework 1.0.138 → 1.0.139
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 +1 -1
- 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/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -7600,7 +7600,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
7600
7600
|
React__default.createElement(
|
|
7601
7601
|
'style',
|
|
7602
7602
|
{ jsx: 'true' },
|
|
7603
|
-
'\n .img-wrapper img {\n max-height:
|
|
7603
|
+
'\n .img-wrapper img {\n max-height: 240px;\n height: auto;\n width: 100%;\n object-fit: contain;\n }\n .feature-wrapper {\n width: 100%;\n }\n .feature-wrapper img {\n width: 100%;\n margin-bottom: 1em;\n }\n @media only screen and (min-width: 768px) {\n \n .img-wrapper > img {\n padding-right: 1em;\n }\n }\n @media only screen and (max-width: 767px) {\n .img-wrapper {\n width: 100%;\n }\n .img-wrapper img {\n padding-bottom: 1em;\n }\n .media {\n flex-direction: column;\n }\n }\n '
|
|
7604
7604
|
)
|
|
7605
7605
|
);
|
|
7606
7606
|
};
|