tothetop
This commit is contained in:
@@ -1215,12 +1215,13 @@ ul.pagination {
|
||||
padding: 5% 5% 5% 5%; } }
|
||||
|
||||
#new-footer {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column; }
|
||||
#new-footer .tothetop {
|
||||
position: absolute;
|
||||
position: relative;
|
||||
height: 1rem;
|
||||
bottom: 16rem;
|
||||
bottom: 3rem;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
right: 0; }
|
||||
@@ -1286,12 +1287,7 @@ ul.pagination {
|
||||
#new-footer .footer .footer-logos img {
|
||||
padding: 0.5rem; }
|
||||
#new-footer .footer .footer-logos img:last-of-type {
|
||||
padding: 0.8rem; }
|
||||
#new-footer .tothetop {
|
||||
bottom: 37rem; } }
|
||||
@media (max-width: 768px) {
|
||||
#new-footer .tothetop {
|
||||
bottom: 16rem !important; } }
|
||||
padding: 0.8rem; } }
|
||||
@media (max-width: 1024px) {
|
||||
#new-footer .footer .contact img {
|
||||
max-height: 1.5rem; }
|
||||
@@ -1304,9 +1300,7 @@ ul.pagination {
|
||||
#new-footer .footer .footer-logos img {
|
||||
padding: 0.5rem; }
|
||||
#new-footer .footer .footer-logos img:last-of-type {
|
||||
padding: 0.8rem; }
|
||||
#new-footer .tothetop {
|
||||
bottom: 14rem; } }
|
||||
padding: 0.8rem; } }
|
||||
|
||||
button:focus {
|
||||
border: solid !important;
|
||||
|
||||
@@ -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