Neighborhoods
unknown
plain_text
a year ago
334 B
11
Indexable
@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;
}
}
Editor is loading...
Leave a Comment