Untitled

 avatar
unknown
plain_text
2 years ago
131 B
8
Indexable
/*Title fix on mobile view*/
@media (max-width: 375px){
    h1.custom-intro__title{
        font-size: 30px;
    };
}
/*End*/
Editor is loading...