Blog Detail - mobile view - center socials
Sally
css
2 years ago
405 B
8
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