Blog Detail - mobile view - center socials
Sally
css
12/06/2023 7:01 AM
540 B
16
Indexable
/*Start - Blog detail MOBILE - centered social icons */
@media only screen and (max-width: 768px){
ul.socials{
margin-top:40px!important;
display: grid;
grid-template-columns: repeat(4,1fr);
li{
padding: 0!important;
a{
margin: auto;
}
}
}
}
/*End - Blog detail MOBILE - centered social icons */Editor is loading...
Leave a Comment