mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
chore: remove navbar border on mobile
This commit is contained in:
parent
e62adfa949
commit
f1df20dbec
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user