Mobile Responsive Styles (#580)
* WIP: Responsive styles * Flip breakpoints, ensure doc doesn't spread * Add MenuIcon * Refactor Sidebar to share mobile responsive styles * Fix accidental find/replace * Tweak padding to take into account icon spacing
This commit is contained in:
@@ -124,10 +124,6 @@ const Highlights = styled(Grid)`
|
||||
const Features = styled(Grid)`
|
||||
padding: 0 2em;
|
||||
overflow: hidden;
|
||||
|
||||
${breakpoint('mobile')`
|
||||
flex-direction
|
||||
`};
|
||||
`;
|
||||
|
||||
const Feature = styled(Grid.Unit)`
|
||||
|
||||
Reference in New Issue
Block a user