Remove redundant banner image on user home page
What does this MR do?
On the user home page, both the banner container and the banner element have a background-image
style that renders the banner image. This seems to be redundant, as the banner element should always layer on top, covering the container completely. As such, this MR removes the background image from the container.
Contribution Guidelines
By submitting this merge request, you agree to follow our Contribution Guidelines
-
I agree to follow this project's Contribution Guidelines -
I have made sure to test this merge request