🩹 Corrige la visualización de las citas

This commit is contained in:
Manuel Cillero 2025-06-21 10:51:03 +02:00
parent 537e4b0b2b
commit 1239e8f935
3 changed files with 128 additions and 4 deletions

View file

@ -1208,6 +1208,10 @@ body.home .quote-text p {
transition-delay: 0s;
opacity: 1 !important;
}
#scroll-top-link.avia-svg-icon svg:first-child {
height: 35px;
margin-top: 6px;
}
#scroll-top-link:hover {
background-color: #000;
}