Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
131 B
5
Indexable
Never
/*Title fix on mobile view*/
@media (max-width: 375px){
    h1.custom-intro__title{
        font-size: 30px;
    };
}
/*End*/