fix padding

Anonymous
plain_text
09/16/2024 8:30 PM
256 B
28
Indexable
.lp-vertical-paddings {
    padding-bottom: 64px;
    padding-top: 96px;
    @media only screen and (max-width:768px){
        padding-bottom: 40px;
        padding-top: 64px;
    }
}
Editor is loading...
Leave a Comment