Untitled

 avatar
unknown
css
2 years ago
389 B
7
Indexable
/*START - change footer background(dark & modern theme)*/
footer#global-footer{
    
    background-image:url('https://res.cloudinary.com/luxuryp/images/w_960,c_limit,f_auto,q_auto/yevc7fk8jvflzyn9brzp/ms-dark-gray');
background-size: cover;
background-repeat: no-repeat;
background-position: right;
    @media only screen and (max-width: 768px) {
        background-image: none;
    }

}
Editor is loading...