Skip to content

Commit

Permalink
improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ShravaniAK committed Aug 12, 2023
1 parent 7423449 commit 86d38a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/sections/Company/About/about.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const AboutSectionWrapper = styled.section`
.About-projects-mobile{
display:none;
}
.About-projects{
display:flex;
}
.section__particle {
position: absolute;
Expand Down Expand Up @@ -73,6 +76,16 @@ const AboutSectionWrapper = styled.section`
}
}
}
.head-images-2 {
text-align: center;
svg {
.cncf-stacked-color_svg__st0 {
fill: ${props => props.theme.whiteToGreen3C494F};
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}
}
.head-images-mobile{
display:none;
}
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Company/About/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const About = () => {
</div>
</Col>
</Row>

<img loading="lazy" src={Layer5Projects} alt="About Layer5 Projects" className="About-projects"/>
<Row Vcenter={true} className="row-img-cont-2">
<Col xs={12} sm={6}>
<div className="about-text text-two">
Expand All @@ -87,7 +87,7 @@ const About = () => {
</div>
</Col>
<Col xs={12} sm={6}>
<div className="head-images">
<div className="head-images-2">
<img
src={communityStat}
alt="Layer5 Community Stat"
Expand Down

0 comments on commit 86d38a6

Please sign in to comment.