Skip to content

Commit

Permalink
update kanvas logo in cta
Browse files Browse the repository at this point in the history
Signed-off-by: CalebZoe <179137388+CalebZoe@users.noreply.github.com>
  • Loading branch information
CalebZoe committed Oct 31, 2024
1 parent 95d7ab4 commit a3455a4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
10 changes: 1 addition & 9 deletions src/sections/Kanvas/kanvas-cta/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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; */
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -97,7 +90,6 @@ const KanvasCTA = () => {
<div className="CTAbody">
<div>
<img className="rotate" src={Locator} />
<img className="surface" src={MesherySurface} />
</div>
<div className="text">
<h2><span>Kanvas</span> is here!</h2>
Expand Down
27 changes: 26 additions & 1 deletion src/sections/Kanvas/kanvas-cta/locator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3455a4

Please sign in to comment.