mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
sticky footer
This commit is contained in:
parent
13c52d960b
commit
b1537caa40
@ -5,7 +5,7 @@ import Footer from './components/molecules/Footer'
|
|||||||
|
|
||||||
const App = () => (
|
const App = () => (
|
||||||
<FadeIn>
|
<FadeIn>
|
||||||
<div>
|
<div className="app">
|
||||||
<Routes />
|
<Routes />
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
@ -96,6 +96,13 @@ svg {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app {
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.screen {
|
.screen {
|
||||||
|
flex: 1;
|
||||||
padding: $spacer;
|
padding: $spacer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user