set main container width configurable
This commit is contained in:
@@ -4,12 +4,13 @@ import { Container, Message } from 'semantic-ui-react';
|
||||
|
||||
import MainMenu from '../../components/MainMenu';
|
||||
import { mainMenuItems } from '../../constants/menuItems';
|
||||
import {CONTAINER_WIDTH_PERCENTAGE} from "../../constants/constants";
|
||||
|
||||
class Home extends Component {
|
||||
|
||||
render () {
|
||||
return (
|
||||
<Container>
|
||||
<Container style={ {width: `${CONTAINER_WIDTH_PERCENTAGE}%`} }>
|
||||
<MainMenu/>
|
||||
<h3>SIMA SPACE </h3>
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user