diy-template-components 3.0.3 → 3.0.5
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/build/index.es.js +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -162,7 +162,7 @@ const useSectionStyles$a = createUseStyles(theme => ({
|
|
|
162
162
|
width: ({
|
|
163
163
|
isCustomWebsite
|
|
164
164
|
} = {}) => isCustomWebsite ? '100%' : '',
|
|
165
|
-
maxWidth: '
|
|
165
|
+
maxWidth: '185px',
|
|
166
166
|
cursor: 'default',
|
|
167
167
|
height: '46px',
|
|
168
168
|
position: 'relative'
|
|
@@ -4898,7 +4898,7 @@ const useVideoStyles$1 = createUseStyles(theme => {
|
|
|
4898
4898
|
width: '100%',
|
|
4899
4899
|
objectFit: 'cover',
|
|
4900
4900
|
objectPosition: 'top',
|
|
4901
|
-
opacity: '
|
|
4901
|
+
opacity: '1.8'
|
|
4902
4902
|
},
|
|
4903
4903
|
'@media (max-width: 767px)': {
|
|
4904
4904
|
iframe: {
|