Skip to content
Snippets Groups Projects
Commit b5539498 authored by Chif Gergő's avatar Chif Gergő
Browse files

Adjust mobile Responsive maxWidth

parent 834cfa97
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ class MobileContainer extends Component { ...@@ -28,7 +28,7 @@ class MobileContainer extends Component {
const visible = this.state.sidebarVisible; const visible = this.state.sidebarVisible;
const { children, user, menuItems } = this.props; const { children, user, menuItems } = this.props;
return( return(
<Responsive maxWidth={768}> <Responsive maxWidth={767}>
<Segment inverted textAlign='center' vertical> <Segment inverted textAlign='center' vertical>
<Container> <Container>
<Menu inverted secondary> <Menu inverted secondary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment