Commit 89b5b2f1600dad11d5fb656695eff0790e417b2a
1 parent
0cfab289
Exists in
news_page_css
Fixing size of the post-pic in blog-post
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
news.css
... | ... | @@ -24,7 +24,9 @@ |
24 | 24 | } |
25 | 25 | |
26 | 26 | .action-content_viewer-view_page .blog-post .post-pic { |
27 | - background-size: 100% 100%; | |
27 | + background-size: cover; | |
28 | + background-position: center; | |
29 | + background-repeat: no-repeat; | |
28 | 30 | border-radius: 4px; |
29 | 31 | float: left; |
30 | 32 | height: 100px; | ... | ... |