@gem-sdk/pages 1.13.0-next.0 → 1.13.0-next.1
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.
|
@@ -94,7 +94,7 @@ const AddSectionImageToLayout = ()=>{
|
|
|
94
94
|
id: "gps-add-section-image-to-layout-of-bottom",
|
|
95
95
|
className: `gps-base-font-family relative mx-[44px] mb-[24px] mt-[40px] justify-center rounded-[3px] border border-[#EEEEEE] py-[24px] ${totalSection ? 'flex' : 'hidden'}`,
|
|
96
96
|
style: {
|
|
97
|
-
marginBottom: `${offset +
|
|
97
|
+
marginBottom: `${offset + 48}px`,
|
|
98
98
|
...core.makeStyleResponsive('ml', margin),
|
|
99
99
|
...core.makeStyleResponsive('mr', margin)
|
|
100
100
|
},
|
|
@@ -90,7 +90,7 @@ const AddSectionImageToLayout = ()=>{
|
|
|
90
90
|
id: "gps-add-section-image-to-layout-of-bottom",
|
|
91
91
|
className: `gps-base-font-family relative mx-[44px] mb-[24px] mt-[40px] justify-center rounded-[3px] border border-[#EEEEEE] py-[24px] ${totalSection ? 'flex' : 'hidden'}`,
|
|
92
92
|
style: {
|
|
93
|
-
marginBottom: `${offset +
|
|
93
|
+
marginBottom: `${offset + 48}px`,
|
|
94
94
|
...makeStyleResponsive('ml', margin),
|
|
95
95
|
...makeStyleResponsive('mr', margin)
|
|
96
96
|
},
|