chore: remove navbar border on mobile

This commit is contained in:
jinhojang6 2024-03-19 21:44:17 +09:00
parent e62adfa949
commit f1df20dbec
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
1 changed files with 0 additions and 4 deletions

View File

@ -209,10 +209,6 @@ const NavBarContainer = styled.nav<{
style {
display: none !important;
}
${(props) => lsdUtils.breakpoint(props.theme, 'xs', 'exact')} {
border-bottom: 1px solid rgb(var(--lsd-theme-primary));
}
`
const NavLinksContainer = styled.div`