MyHush / myhush.github.io

The Official Hush Team Website
https://myhush.org
GNU General Public License v3.0
5 stars 15 forks source link

Team member section wraps incorrectly at 1024x768 resolution #39

Closed joshgentry closed 6 years ago

joshgentry commented 6 years ago

It looks like the padding-right and padding-left added to each col-* along with the float: left and the 970px container class width is causing some odd wrapping behavior.

It looks like just increasing the width for this media query (min-width: 992px) solves the issue, but I'm not sure that's the right approach since FE isn't my specialty.