Skip to content

Commit

Permalink
fix(core): update responsive design on navbar (#8708)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias authored Feb 20, 2025
1 parent de8b517 commit 400cebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const RootCard = styled(Card)`

const NavGrid = styled(Grid)`
grid-template-columns: auto auto auto;
@media screen and (min-width: ${({theme}) => `${theme.sanity.media[3]}px`}) {
@media screen and (min-width: ${({theme}) => `${theme.sanity.media[4]}px`}) {
grid-template-columns: 1fr auto 1fr;
}
`
Expand Down

0 comments on commit 400cebd

Please sign in to comment.