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
|
@ -283,7 +283,7 @@ export class Community extends Component<any, State> {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div className="container">
|
||||
<div className="container-lg">
|
||||
{this.state.communityLoading ? (
|
||||
<h5>
|
||||
<Spinner large />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue