After creating a responsive webpage that works flawlessly on mobile devices and tablets, I noticed a problem with the footer when viewed on desktop. There is an empty white space at the end of the webpage, and upon inspecting the browser, it focuses on the HTML tag.
https://i.sstatic.net/dARuY.png
The height of this empty space varies depending on the width of the viewport and I am using Sass in my coding. Unfortunately, I cannot share all the code here as it is spread across multiple files. If you would like to see the complete code, please visit: https://github.com/justanindieguy/podcast-landing-page
You can also view the webpage on my personal GitHub page here:
Thank you for your help. This issue is really frustrating me and I cannot seem to find a solution.