Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 5, 2024
1 parent 2494923 commit 8bccfb3
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 23 deletions.
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/imagehub.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const ImageHubBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -54,7 +56,9 @@ const ImageHubBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12}>
<h2 className="layerH3 in">
Colors
Expand Down
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/kanvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const KanvasBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -65,7 +67,9 @@ const KanvasBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
12 changes: 9 additions & 3 deletions src/sections/Company/Brand/Brand-components/layer5.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const Layer5Brand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12}>
<h2 className="layerH3 in">
Logos
Expand All @@ -68,7 +70,9 @@ const Layer5Brand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12}>
<h2 className="layerH3 in">
Colors
Expand Down Expand Up @@ -97,7 +101,9 @@ const Layer5Brand = () => {
</div>
</Row>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12}>
<h2 className="layerH3 in">
Bookmarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const MesheryOperatorBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -61,7 +63,9 @@ const MesheryOperatorBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/meshery.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const MesheryBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -64,7 +66,9 @@ const MesheryBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
6 changes: 4 additions & 2 deletions src/sections/Company/Brand/Brand-components/meshmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const MeshMarkBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand Down Expand Up @@ -101,7 +103,7 @@ const MeshMarkBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row >
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/meshmaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const MeshMasterBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -58,7 +60,9 @@ const MeshMasterBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col $xs={12}>
<h2 className="layerH3 in">
Colors
Expand Down
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/meshsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const MeshSyncBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -61,7 +63,9 @@ const MeshSyncBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
4 changes: 3 additions & 1 deletion src/sections/Company/Brand/Brand-components/nighthawk.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const Nighthawk = () => {
</Col>
</Row>

<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in"> Logos </h2>
</Col>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const ServiceMeshPatterns = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand All @@ -61,7 +63,9 @@ const ServiceMeshPatterns = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
8 changes: 6 additions & 2 deletions src/sections/Company/Brand/Brand-components/smp.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ const SMPBrand = () => {
</p>
</Col>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Logos
Expand Down Expand Up @@ -87,7 +89,9 @@ const SMPBrand = () => {
</Row>
</SRLWrapper>
</Row>
<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in">
Colors
Expand Down
4 changes: 3 additions & 1 deletion src/sections/Company/Brand/Brand-components/stickfigures.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const StickFigures = () => {
</Col>
</Row>

<Row>
<Row style={{
flexWrap: "wrap"
}}>
<Col>
<h2 className="layerH3 in"> Logos </h2>
</Col>
Expand Down

0 comments on commit 8bccfb3

Please sign in to comment.