responsive tablet

This commit is contained in:
2021-05-10 11:22:51 +02:00
parent 897d14976e
commit ec6c71798f
2 changed files with 13 additions and 18 deletions
@@ -1276,6 +1276,9 @@ ul.pagination {
padding: 0.8rem; } padding: 0.8rem; }
#new-footer .tothetop { #new-footer .tothetop {
bottom: 37rem; } } bottom: 37rem; } }
@media (max-width: 768px) {
#new-footer .tothetop {
bottom: 16rem !important; } }
@media (max-width: 1024px) { @media (max-width: 1024px) {
#new-footer .footer .contact img { #new-footer .footer .contact img {
max-height: 1.5rem; } max-height: 1.5rem; }
@@ -790,35 +790,26 @@
.tothetop { .tothetop {
bottom: $footer-height + 31rem; bottom: $footer-height + 31rem;
} }
}
@media (max-width: 768px) {
.tothetop {
bottom: $footer-height + 10rem !important;
}
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.footer { .footer {
.contact { .contact {
img { img {max-height: 1.5rem;}
max-height: 1.5rem; h6 {font-size:0.8rem;}
} p {font-size: 0.8rem;}
h6 { svg {margin-bottom: 0.6rem;}
font-size:0.8rem;
}
p {
font-size: 0.8rem;
}
svg {
margin-bottom: 0.6rem;
}
} }
.footer-logos { .footer-logos {
img { img {
padding: 0.5rem; padding: 0.5rem;
&:last-of-type { &:last-of-type {
padding: 0.8rem; padding: 0.8rem;
} }
} }
} }
@@ -828,6 +819,7 @@
} }
} }
} }