diff --git a/app/assets/stylesheets/dashboard.css b/app/assets/stylesheets/dashboard.css index 1bc7329664..178592e8e8 100644 --- a/app/assets/stylesheets/dashboard.css +++ b/app/assets/stylesheets/dashboard.css @@ -124,7 +124,9 @@ } .dashboard .dashboard-blog .img { - background-size: cover; + background-size: contain; + background-repeat: no-repeat; + background-position: center; } @media (max-width:992px) {