From 50fe79d7f67054299c5e1899ba00684ddcba2e88 Mon Sep 17 00:00:00 2001 From: gugahnstn Date: Mon, 2 Oct 2023 00:34:47 -0300 Subject: [PATCH] style: main style --- src/templates/Main/style.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/templates/Main/style.ts b/src/templates/Main/style.ts index 2b9bfd6..851c6ab 100644 --- a/src/templates/Main/style.ts +++ b/src/templates/Main/style.ts @@ -31,4 +31,15 @@ export const ResultComponent = styled.div` padding: 0rem 2rem; display: block; } -` +`; + +export const ContainerSearchMap = styled.div` + justify-content: center; + margin-top: 2rem; + display: flex; + height: 420px; + + @media (max-width: 920px) { + width: 100%; + } +`;