nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
287 stars 145 forks source link

Smaller window profile problem. #74

Closed inderpreetsingh closed 9 years ago

inderpreetsingh commented 9 years ago

Just a small typography bug. When we go to smaller screens there's no padding between the content and container. Reason behind this is absence of <div class ="col-*-*> inside <div class="row">. So I have added few extra divs to make sure there's padding even at smaller screens.

screenshot from 2015-07-22 03 55 49

nate-strauser commented 9 years ago

thanks!