Commit df62ac65b18369c769fe09ef333deb09f08bfe85
1 parent
ce04dea5
123
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2399,4 +2399,12 @@ p.right{text-align: right;} |
2399 | 2399 | @media (max-width: 379px) { |
2400 | 2400 | .main-box1 img{width:100%;} |
2401 | 2401 | .blog_link img{width: 100%;} |
2402 | + .shares-blog li a { | |
2403 | + width: 25px; | |
2404 | + height: 25px; | |
2405 | + background-size: cover; | |
2406 | + display: block; | |
2407 | + background-position: center; | |
2408 | + background-repeat: no-repeat; | |
2409 | + } | |
2402 | 2410 | } |
2403 | 2411 | \ No newline at end of file | ... | ... |