💄 Muestra botón de scroll hacia arriba siempre
This commit is contained in:
parent
585a95fac3
commit
e08ba95a38
1 changed files with 5 additions and 0 deletions
|
@ -1215,6 +1215,11 @@ body.home .quote-text p {
|
|||
#scroll-top-link:hover {
|
||||
background-color: #000;
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.responsive #scroll-top-link {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
#top .av_inherit_color a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue