spilth / annotated-spring

Web site for Spring Screencasts
MIT License
8 stars 5 forks source link

Add a clearfix to fix variable height issue on thumbnails #26

Open jaclynperrone opened 9 years ago

jaclynperrone commented 9 years ago

As a quick fix I added a min-height to the video thumbnail wrappers. This is not scalable, and instead we need to add a clearfix after every 3rd thumbnail in order to clear the floats. The markup should end up looking like this:

screen shot 2015-09-29 at 8 14 54 pm

(the .visible-xx classes turn the clearfix on and off depending on the browser width)