About - socials mobile view

Sally avatar
Sally
css
08/14/2024 1:38 AM
380 B
21
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