change css for footer to stay in the bottom of the page

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@52161 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2018-05-23 12:23:57 +00:00
parent e0053c9589
commit df71916986
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
.custom-footer{
position:relative;
bottom:0;
left:0;
.custom-footer {
position: relative;
bottom: 0;
width: 100%;
}
#tm-main {
min-height: 80vh;
}
.custom-external {
background: rgba(0, 0, 0, 0) url("./external-link.svg") no-repeat scroll left 10%;