Skip to content

Commit 3bdd13f

Browse files
author
Priyadharshini0101
committed
responsive issue on integration pages
1 parent ea984bd commit 3bdd13f

File tree

1 file changed

+2
-2
lines changed
  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

1 file changed

+2
-2
lines changed

src/sections/Meshery/Meshery-integrations/Individual-Integrations/howItWork.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ const HowIntegrationWorks = ({ name, howitworks, howitworksdetails, slides }) =>
226226
</div>
227227
<div className="integration-section">
228228
<Row className="integration-section-row">
229-
<Col $xs={12} $xl={4} className="integration-section-data">
229+
<Col $xl={4} className="integration-section-data">
230230
<h3>{howitworks != null ? howitworks : "Docker with Meshery" }</h3>
231231
<p>
232232
{howitworksdetails != null ? howitworksdetails : "The Docker Extension for Meshery extends Docker Desktop’s position as the cloud native developer’s go-to Kubernetes environment with easy access to the next layer of cloud native infrastructure: service meshes."}
233233
</p>
234234
</Col>
235-
<Col $xs={12} $xl={8} className="integration-section-caraousel">
235+
<Col $xl={8} className="integration-section-caraousel">
236236
<Slider {...settings}>
237237
{slides.map((slide, index) => (
238238
<div key={index}>

0 commit comments

Comments
 (0)