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:
umamawme 2022-10-03 21:16:36 +03:00 committed by GitHub
parent ef28f3c4d9
commit d412baf758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 25 additions and 25 deletions

View file

@ -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}