I had the idea of having my footer cover the entire length of the page and stick to the bottom, adjusting itself if more content is added. However, I encountered an issue where on Codepen everything works perfectly, but on Angular (14), the footer does not extend to the full length of the page, leaving some space on the sides and bottom. I'm unsure why this is happening, so I will provide the code below:
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); (...)
Attached is also an image illustrating the problem (please disregard the random text as it was for testing purposes).
Additionally, I attempted to set the values of right, left, and bottom to 0, but unfortunately, the issue persists.