GSM - Element

mail@pastecode.io avatar
unknown
plain_text
24 days ago
217 B
3
Indexable
Never
/*START - fix gsm padding - */
div.gallery-component {
    padding-top:96px;
    padding-bottom: 46px;
    @media (max-width: 768px){
        padding-bottom: 44px;
        padding-top: 64px;
    }
}
/*END*/
Leave a Comment