This commit is contained in:
2021-05-19 12:39:29 +02:00
parent 2e06ded52d
commit 98ab9ad0e1
2 changed files with 17 additions and 23 deletions
@@ -703,15 +703,15 @@
#new-footer {
// position:absolute;
position:absolute;
display: flex;
flex-direction: column;
.tothetop {
position: absolute;
position: relative;
// align-self: center;
height: 1rem;
bottom: $footer-height + 10rem;
bottom: 3rem;
text-align: center;
left: 0;
right: 0;
@@ -801,14 +801,14 @@
}
}
}
.tothetop {
bottom: $footer-height + 31rem;
}
// .tothetop {
// bottom: $footer-height + 28rem;
// }
}
@media (max-width: 768px) {
.tothetop {
bottom: $footer-height + 10rem !important;
}
// .tothetop {
// bottom: $footer-height + 10rem;
// }
}
@media (max-width: 1024px) {
@@ -828,9 +828,9 @@
}
}
}
.tothetop {
bottom: $footer-height + 8rem;
}
// .tothetop {
// bottom: $footer-height + 11rem;
// }
}