I am currently working on optimizing my bootstrap landing page to be responsive across all screen sizes. I have begun implementing media queries to ensure that the page layout adjusts appropriately for iPhones, iPads, and other devices. However, when testing on a phone, I noticed a white bar appearing on the right side of the webpage. Additionally, the entire template seemed zoomed out, causing certain h1 tags to overlap with the white bar. I have included my code below in hopes that someone can provide assistance. I have been stuck on this issue all day and as a beginner in front-end development, any advice would be greatly appreciated.
<template>
<div class="container-fluid m-0 p-0">
// more code goes here
</div>
</template>
<style scoped>
// CSS styles are defined here
</style>