GSM padding

Anonymous
plain_text
09/18/2024 9:06 PM
304 B
12
Indexable
/*START - padding fix*/
div.gallery-component {
    padding-top: 96px;
    padding-bottom: 46px;
    @media only screen and (max-width: 768px) {
        padding-top: 64px;
        padding-bottom: 44px;
    }
}
/*END*/
Editor is loading...
Leave a Comment