Amenities

mail@pastecode.io avatar
unknown
plain_text
a month ago
330 B
2
Indexable
Never
div.redesign .features-amenities{
    padding: 96px 0 96px;
        @media only screen and (max-width: 768px){
        padding: 64px 0 0;
        }
    
}
@media only screen and (max-width: 768px){
    .lp-vertical-paddings {
        padding-bottom: 0;
    }
}
div.features-amenities-item h3{
    border-bottom: 1px solid #000;
}
Leave a Comment