How come tablet or desktop styles are being shown on mobile devices instead of my mobile styles?

If you are hosting your own site and using Builder to create content and pages, you might see an issue where on mobile devices or tablets your device specific styling is not being applied. This might be due to not having the correct meta tag on your website. If you add the following meta tag in the head of your site’s html the mobile/tablet styles should show up properly:

<meta name="viewport" content="width=device-width, initial-scale=1">