Cta Block

mail@pastecode.io avatar
unknown
plain_text
25 days ago
264 B
3
Indexable
Never
div.cta-block .text-block {
    max-width: 100%;
}

h2.lp-h2 p{
    margin-bottom: 0px;
}

/*Fix don't single words on the last line by WB Nicolas V*/
@media (max-width: 768px){
    div.cta-block .text-block {
        max-width: 100%;
    }
}
/*END*/
Leave a Comment