Merge pull request #35073 from ahmadabdolsaheb/footer/spacer
fix: add spacer above footer
This commit is contained in:
committed by
mrugesh mohapatra
parent
4605232212
commit
f510ad9d61
@ -21,6 +21,7 @@ import OfflineWarning from '../OfflineWarning';
|
||||
import Flash from '../Flash';
|
||||
import Header from '../Header';
|
||||
import Footer from '../Footer';
|
||||
import Spacer from '../helpers/Spacer';
|
||||
|
||||
import './global.css';
|
||||
import './layout.css';
|
||||
@ -164,6 +165,8 @@ class DefaultLayout extends Component {
|
||||
) : null}
|
||||
{children}
|
||||
</div>
|
||||
<hr/>
|
||||
<Spacer size={3}/>
|
||||
<Footer />
|
||||
</Fragment>
|
||||
);
|
||||
|
@ -240,10 +240,6 @@ const IndexPage = () => (
|
||||
<BigCallToAction />
|
||||
<Spacer />
|
||||
<Spacer />
|
||||
<hr />
|
||||
<Spacer />
|
||||
<Spacer />
|
||||
<Spacer />
|
||||
</Grid>
|
||||
</Fragment>
|
||||
);
|
||||
|
Reference in New Issue
Block a user