You are repeating some stylings that you have already created. Here the media-container already had all the styling of the .support .media-container selector. After you finish your stylesheet it is usually good to take a refactor step to clean it up at the end. Maybe extract some new classes from repeated groups of styling.
You are repeating some stylings that you have already created. Here the media-container already had all the styling of the .support .media-container selector. After you finish your stylesheet it is usually good to take a refactor step to clean it up at the end. Maybe extract some new classes from repeated groups of styling.
https://github.com/ABurcham/ColmarAcademy/blob/master/resources/css/style.css#L196-L203