tothetop
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user