Skip to content

Commit

Permalink
Update dashboard.css
Browse files Browse the repository at this point in the history
background-size changed from cover to contain, background-repeat and background-position added at .dashboard .dashboard-blog .img, from line 126 to 130
  • Loading branch information
victoria-parker authored Nov 5, 2022
1 parent 54d7984 commit 19f0106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 19f0106

Please sign in to comment.