camerican / NYCDA_SCC16_Jean

NYCDA Summer Code Camp 2016 - Jean's Work
0 stars 0 forks source link

Fix column heights #3

Open camerican opened 8 years ago

camerican commented 8 years ago

The column layout is being forced into an overlap state for narrow browser windows (#2) because there is no protective outer container width. The overlap itself is being caused because each column's .my-float is being specified with a height of 200px. By switching the height to "auto", this will be fixed.