Skip to content

Commit

Permalink
style: main style
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugahnstn committed Oct 2, 2023
1 parent 17fd7f0 commit 50fe79d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/templates/Main/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
`;

0 comments on commit 50fe79d

Please sign in to comment.