GSM padding - code

Anonymous
plain_text
09/16/2024 2:18 PM
292 B
24
Indexable
/*START - fix gsm padding - WB Nicolas V*/
div.gallery-component {
    padding-top: 0px;
    padding-bottom: 46px;
    @media (max-width: 768px){
        padding-bottom: 44px;
        padding-top: 0px;
    }
}
/*END*/
Editor is loading...
Leave a Comment