nirvin94 / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

SIMPLIFY - dry css #4

Open franfranfranfran opened 7 years ago

franfranfranfran commented 7 years ago

https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L50-L53 https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L86-L88 https://github.com/nirvin94/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L129-L130

excellent job making use of flex display to help align items throughout the page! take a look at these places where you're setting that styling. is there a way to reduce the number of repeated lines in your css? what if we had a flex class that assigns the general stuff needed for flex and then you dive into the more specific details with the section class selector.

nirvin94 commented 7 years ago

That makes sense! Would save me time too, of course, thanks for the feedback