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 = () => (
|
||||
<FadeIn>
|
||||
<div>
|
||||
<div className="app">
|
||||
<Routes />
|
||||
<Footer />
|
||||
</div>
|
||||
|
@ -96,6 +96,13 @@ svg {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.app {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.screen {
|
||||
flex: 1;
|
||||
padding: $spacer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user