Blog Detail - mobile view - center socials

 avatar
Sally
css
2 years ago
405 B
5
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