Neighborhoods

mail@pastecode.io avatar
unknown
plain_text
25 days ago
334 B
1
Indexable
Never
@media only screen and (max-width:1024px){
    h3{
        font-size: 1.5em;
    }
}
@media only screen and (max-width:820px){
    h3{
        font-size: 1.5em;
    }
}
@media only screen and (max-width:768px){
    h3{
        font-size: 2em;
    }
    div.redesign .lp-btn {
        width: 90%!important;
    }
}
Leave a Comment