Merge pull request #58 from shivan2418/footer_in_bottom
Footer at bottom of page always
This commit is contained in:
commit
ee80b9581f
11
src/app.scss
11
src/app.scss
|
@ -7,6 +7,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-grow: 1;
|
||||||
|
min-height: 100vh;
|
||||||
|
|
||||||
|
section.section{
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.rotate {
|
.rotate {
|
||||||
animation: rotating 10s linear infinite;
|
animation: rotating 10s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue