Skip to content
Snippets Groups Projects
Commit 143d0839 authored by Pomucz Tamás András's avatar Pomucz Tamás András
Browse files

fix footer better

parent c1576aa4
No related branches found
No related tags found
No related merge requests found
Pipeline #48902 passed
......@@ -4,7 +4,7 @@ import Main from './Main';
import React from 'react';
const App = () => (
<div style={{ minHeight: '100%', position: 'relative' }}>
<div style={{ minHeight: '100%', position: 'relative', paddingBottom: '3em' }}>
<header id="header">
<Header />
</header>
......@@ -13,7 +13,7 @@ const App = () => (
</main>
<footer
id="footer"
style={{ width: '100%', bottom: '0' }}
style={{ position: 'absolute', width: '100%', bottom: '0' }}
>
<Footer />
</footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment