Whenever I attempt to preview my page on mobile devices, the second column on the right moves under the first column as it should. However, the issue arises when the entire content on my site is pushed up, rendering the text (TAXI) invisible.
Here's how it appears on a phone: PHONE
Below is the code for the columns. How can I resolve this issue?
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="74161b1b00070006150434415a465a47">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- your code here -->
I attempted a different approach using vh-100 which created a large blank space at the bottom of the page. See the issue here: space on the bottom
<section id="top-page">
<div class="top-page-image">
</div>
</section>
<section id="mainpage">
<!-- your code here -->