to make a site mobile friendly add media queries in the css style sheet. from https://www.youtube.com/watch?v=Wm6CUkswsNw at 56:00 min. Syntax: @media(the width that the rules take effect in-when the screen is this size, the rules will take effect){ code }; @media(max-width: 768px){ };