From c0771033a606fbb89fa81a7e40a8f50aded8a4cb Mon Sep 17 00:00:00 2001 From: Rupin Khandelwal Date: Sun, 13 Nov 2022 16:55:25 -0300 Subject: [PATCH] Commented out code css that is not needed - lot of commented out code can be safely removed --- .../templates/landing/LandingSection.tsx | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/web/components/templates/landing/LandingSection.tsx b/packages/web/components/templates/landing/LandingSection.tsx index b4ecc998a..78164c8cf 100644 --- a/packages/web/components/templates/landing/LandingSection.tsx +++ b/packages/web/components/templates/landing/LandingSection.tsx @@ -32,19 +32,19 @@ const descriptionTextStyles = { color: 'rgb(125, 125, 125)', } -const iconContainerStyles = { - width: 56, - height: 56, - background: 'white', - border: '1px solid rgba(61, 61, 61, 0.08)', - boxSizing: 'border-box', - borderRadius: '50%', - '@mdDown': { - width: 32, - height: 32, - padding: 5, - }, -} +// const iconContainerStyles = { +// width: 56, +// height: 56, +// background: 'white', +// border: '1px solid rgba(61, 61, 61, 0.08)', +// boxSizing: 'border-box', +// borderRadius: '50%', +// '@mdDown': { +// width: 32, +// height: 32, +// padding: 5, +// }, +// } const imageContainerStyles = { width: '50%',