From a3455a49e06d530494f198394ea8bf271575b098 Mon Sep 17 00:00:00 2001 From: CalebZoe <179137388+CalebZoe@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:33:20 +0000 Subject: [PATCH 1/2] update kanvas logo in cta Signed-off-by: CalebZoe <179137388+CalebZoe@users.noreply.github.com> --- src/sections/Kanvas/kanvas-cta/index.js | 10 +------- src/sections/Kanvas/kanvas-cta/locator.svg | 27 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/src/sections/Kanvas/kanvas-cta/index.js b/src/sections/Kanvas/kanvas-cta/index.js index d71129808f89..9c889aa51639 100644 --- a/src/sections/Kanvas/kanvas-cta/index.js +++ b/src/sections/Kanvas/kanvas-cta/index.js @@ -3,7 +3,6 @@ import styled from "styled-components"; import { Container } from "../../../reusecore/Layout"; import Locator from "./locator.svg"; -import MesherySurface from "./meshery-surface.svg"; import Button from "../../../reusecore/Button"; const KanvasCTAWrapper = styled.div` @@ -17,10 +16,6 @@ const KanvasCTAWrapper = styled.div` margin: 2rem auto; align-items: center; - .surface { - width: 60%; - min-width: 160px; - } .rotate{ animation: coin-rotate 4s ease-in-out infinite alternate; /* animation-fill-mode: both; */ @@ -59,9 +54,7 @@ const KanvasCTAWrapper = styled.div` @media screen and (max-width:767px) { display: block; - .surface { - width: 30%; - } + .rotate { margin: 0 auto 0.25rem; height: 12rem; @@ -97,7 +90,6 @@ const KanvasCTA = () => {