Added max-width to internal container

This commit is contained in:
Alejandro Celaya
2020-12-14 18:39:19 +01:00
parent f2a8865679
commit 9b6d4a4d97
3 changed files with 19 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ const MenuLayout = (
<div className="row menu-layout__swipeable-inner">
<AsideMenu className="col-lg-2 col-md-3" selectedServer={selectedServer} showOnMobile={sidebarVisible} />
<div className="col-lg-10 offset-lg-2 col-md-9 offset-md-3" onClick={() => hideSidebar()}>
<div className="menu-layout__container">
<div className="menu-layout__container container-xl">
<Switch>
<Redirect exact from="/server/:serverId" to="/server/:serverId/overview" />
<Route exact path="/server/:serverId/overview" component={Overview} />