I think I figured it out. in the styles.css look for these tags:
@media only screen and (min-width: 61.063em)
I did a find and replace for “61.063” and changed it everywhere in the doc to “70.063”
Using find and replace and playing with that number seems to do the trick to anyone with this problem.