chore: Refactors towards shared menu component (#4445)

This commit is contained in:
Tom Moor
2022-11-19 13:15:38 -08:00
committed by GitHub
parent 924b554281
commit ae6855f3df
21 changed files with 186 additions and 194 deletions

View File

@@ -677,7 +677,6 @@ const MaxWidth = styled(Flex)<MaxWidthProps>`
padding-bottom: 16px;
${breakpoint("tablet")`
padding: 0 44px;
margin: 4px auto 12px;
max-width: ${(props: MaxWidthProps) =>
props.isFullWidth