랜드 정보 조회

This commit is contained in:
2025-03-06 12:04:51 +09:00
parent 2330bbc393
commit 04adce4aaf
5 changed files with 20 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ export const BtnWrapper = styled.div`
justify-content: ${props => props.$justify};
gap: ${props => props.$gap};
margin-top: ${props => props.$marginTop};
margin-bottom: ${props => props.$marginBottom};
padding-top: ${props => props.$paddingTop};
`;