Skip to content

Commit 843ff1c

Browse files
author
Vivek Vishal
authored
rm
Signed-off-by: GitHub <noreply@github.com>
1 parent 72f137c commit 843ff1c

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

src/sections/Community/Devrel-platform/content.js

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import React from "react";
22
import styled from "styled-components";
33
import { Container, Row, Col } from "../../../reusecore/Layout";
4-
// import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
54
import IntegrationDesigner from "./images/layer5-kanvas-designer.webp";
6-
import CatalogImage from "./images/catalog_mac.png";
5+
// import CatalogImage from "./images/catalog_mac.png";
76
import DashboardImg from "./images/cncf_hub_dashboard_mac.png";
87
import PictureSlider from "./picture-slider";
9-
import Button from "../../../reusecore/Button";
8+
// import Button from "../../../reusecore/Button";
109

1110
const DevrelContentWrapper = styled.div`
1211
min-height: fit-content;
@@ -57,10 +56,6 @@ const DevrelContentWrapper = styled.div`
5756
padding-bottom: 3rem;
5857
align-items: center;
5958
justify-content: space-around;
60-
// @media (min-width: 769px) {
61-
// .devrel-image {
62-
// max-width: 40% !important;
63-
// }
6459
}
6560
@media (max-width: 768px) {
6661
padding: 2rem 0;
@@ -71,7 +66,6 @@ const DevrelContentWrapper = styled.div`
7166
.devrel-detail {
7267
display: flex;
7368
flex-direction: column;
74-
// justify-content: space-around;
7569
.heading {
7670
font-size: 3.125rem;
7771
line-height: 3.813rem;
@@ -98,7 +92,7 @@ const DevrelContentWrapper = styled.div`
9892
font-weight: 400;
9993
margin-top: 0;
10094
padding-left: 15px;
101-
// font-size: 1.563rem;
95+
font-size: 1.28rem;
10296
line-height: 2rem;
10397
color: ${(props) => props.theme.tertiaryColor};
10498
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
@@ -139,8 +133,6 @@ const DevrelContentWrapper = styled.div`
139133
140134
.recognition-content {
141135
width: 100%;
142-
// display: grid;
143-
// grid-template-columns: minmax(18.75rem, 40%) 1fr;
144136
min-height: 28.25rem;
145137
@media (max-width: 767px) {
146138
width: 100%;
@@ -189,9 +181,7 @@ const DevrelContentWrapper = styled.div`
189181
}
190182
@media (max-width: 62rem) {
191183
.recognition-content {
192-
// grid-template-columns: 1fr;
193184
.badges-section {
194-
// min-height: 18.75rem;
195185
padding: 1.25rem;
196186
.badge-stack {
197187
height: 16.25rem;

0 commit comments

Comments
 (0)