From b5539498eba5959b84e37e7a59a621e4b130315d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chif=20Gerg=C5=91?= <chifgeri97@gmail.com> Date: Thu, 7 Feb 2019 18:05:04 +0100 Subject: [PATCH] Adjust mobile Responsive maxWidth --- src/components/menus/MobileContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menus/MobileContainer.js b/src/components/menus/MobileContainer.js index 3e685db..51c3595 100644 --- a/src/components/menus/MobileContainer.js +++ b/src/components/menus/MobileContainer.js @@ -28,7 +28,7 @@ class MobileContainer extends Component { const visible = this.state.sidebarVisible; const { children, user, menuItems } = this.props; return( - <Responsive maxWidth={768}> + <Responsive maxWidth={767}> <Segment inverted textAlign='center' vertical> <Container> <Menu inverted secondary> -- GitLab