Custom Form

mail@pastecode.io avatar
unknown
plain_text
16 days ago
162 B
4
Indexable
Never
div.custom-form {
    padding-top: 96px;
    padding-bottom: 96px;
    @media(max-width: 568px){
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
Leave a Comment