Featured Properties Slider - Mobile Button

 avatar
LBautista
css
10 months ago
198 B
6
Indexable
/*START- fix button width on mobile - WB Lloyd*/
@media (max-width: 767px){
    div.featured-properties-section .btn {
        width: 100%;
        }
    }
/*END - fix button width on mobile*/
Editor is loading...
Leave a Comment