ABurcham / ColmarAcademy

Repository for Capstone project, ColmarAcademy.
0 stars 0 forks source link

repeated styles #5

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

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