diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 5c7f49c..224b762 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2399,4 +2399,12 @@ p.right{text-align: right;} @media (max-width: 379px) { .main-box1 img{width:100%;} .blog_link img{width: 100%;} + .shares-blog li a { + width: 25px; + height: 25px; + background-size: cover; + display: block; + background-position: center; + background-repeat: no-repeat; + } } \ No newline at end of file -- libgit2 0.21.4