Skip to content

Commit

Permalink
fix(studio): center studio nav (#5608)
Browse files Browse the repository at this point in the history
* fix: center studio nav

* fix: invert grid rules

* feat: center on xl
  • Loading branch information
RostiMelk authored Feb 6, 2024
1 parent 8f0e911 commit d1aecb5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ 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`}) {
grid-template-columns: 1fr auto 1fr;
}
`

/**
Expand Down

0 comments on commit d1aecb5

Please sign in to comment.