From 86d38a6d195104096083de4da497aa3d5b05f76f Mon Sep 17 00:00:00 2001 From: SHRAVANI KAWARE Date: Sat, 12 Aug 2023 16:13:24 +0530 Subject: [PATCH] improved --- src/sections/Company/About/about.style.js | 13 +++++++++++++ src/sections/Company/About/index.js | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/sections/Company/About/about.style.js b/src/sections/Company/About/about.style.js index f0e183fed59c..cd88a3b1c1b8 100644 --- a/src/sections/Company/About/about.style.js +++ b/src/sections/Company/About/about.style.js @@ -6,6 +6,9 @@ const AboutSectionWrapper = styled.section` .About-projects-mobile{ display:none; } +.About-projects{ + display:flex; +} .section__particle { position: absolute; @@ -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; } diff --git a/src/sections/Company/About/index.js b/src/sections/Company/About/index.js index 757124b0a341..38bba9ac5c4d 100644 --- a/src/sections/Company/About/index.js +++ b/src/sections/Company/About/index.js @@ -60,7 +60,7 @@ const About = () => { - + About Layer5 Projects
@@ -87,7 +87,7 @@ const About = () => {
-
+