Change for container divs to container-lg (#813)
* Change for container divs to container-lg * Apply container-lg to footer.tsx
This commit is contained in:
parent
ef28f3c4d9
commit
d412baf758
25 changed files with 25 additions and 25 deletions
|
@ -322,7 +322,7 @@ export class Home extends Component<any, HomeState> {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div className="container">
|
||||
<div className="container-lg">
|
||||
<HtmlTags
|
||||
title={this.documentTitle}
|
||||
path={this.context.router.route.match.url}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue