From 3f661f5d7856a936f17a5af141a12646de6a933c Mon Sep 17 00:00:00 2001 From: Rishi Vyas <96335756+rishivyas24@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:45:27 +0530 Subject: [PATCH] Update index.tsx --- frontend/src/components/MainView/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/MainView/index.tsx b/frontend/src/components/MainView/index.tsx index bc2b9c2..dea784a 100644 --- a/frontend/src/components/MainView/index.tsx +++ b/frontend/src/components/MainView/index.tsx @@ -10,10 +10,6 @@ import MyYaml from "./YamlBox/ExistingYaml"; import NewYaml from "./YamlBox/NewYaml"; const TextAreaContainer = styled.div` - display: grid; - grid-column-gap: 4rem; - grid-row-gap: 3rem; - align-items: self-end; @media (min-width: 74rem) { grid-template-columns: 1fr 1fr; justify-content: center;