From 19f0106e932bb72e16ab78b065345cf8e68f2a05 Mon Sep 17 00:00:00 2001 From: Victoria Parker <84608218+victoria-parker@users.noreply.github.com> Date: Sat, 5 Nov 2022 20:37:59 +0100 Subject: [PATCH] Update dashboard.css background-size changed from cover to contain, background-repeat and background-position added at .dashboard .dashboard-blog .img, from line 126 to 130 --- app/assets/stylesheets/dashboard.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {