Testi

mail@pastecode.io avatar
unknown
plain_text
23 days ago
1.1 kB
2
Indexable
Never
  /*START - fix hyperlink underline -*/
.redesign .link {
    &:hover{
        color:#fff!important;
    }
}
.redesign .link:before {
    background-color: #ccc;
}
.redesign .link:after {
    background-color: #fff;
}
/*END*/

/*START Featured Testimonial mobile Fix*/
@media only screen and (max-width: 768px){
    div.featured-testimonials {
        max-height: 100%;
        overflow: hidden;
    }
}
/*END*/
@media only screen and (max-width:1024px){
    div.gallery-component__col .gallery-card__title {
        font-size: 25px;
    }
}
@media only screen and (max-width:820px){
    div.featured-testimonials{
          max-height: 100%;
    }
    .featured-testimonials__left h2{
        font-size: 38px;
    }
}
@media only screen and (max-width:768px){
    div.gallery-component__col .gallery-card__title {
        font-size: 1.5em;
    }
    div.redesign .btn{
        width: 100% !important;
    }
}
div.featured-testimonials .featured-testimonials__right{
    cite{
        text-transform: uppercase;
    }
}

Leave a Comment