Custom Form

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