About - socials mobile view

 avatar
Sally
css
a year ago
283 B
8
Indexable
/*START Center Social Links Mobile*/
@media only screen and (max-width: 768px){
    .lp-socials {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    div.bottom-container .lp-socials li {
        margin: 10px 5px 0 0;
    }
}
/*END*/
Editor is loading...
Leave a Comment