Skip to content

Commit

Permalink
📝 Minor styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Sep 29, 2018
1 parent bbdaa81 commit 191ae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class Index extends React.Component {
return (
<React.Fragment>
<HomeSplash language={language} />
<div className='mainContainer'>
<div className='mainContainer homepageMainContainer'>
<FeatureTour />
<FooterButtons />
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dl dd {
margin-bottom: 10px;
}

.mainContainer {
.homepageMainContainer {
padding: 0;
}

Expand Down

0 comments on commit 191ae4d

Please sign in to comment.