https://conquer-template.netlify.com/
Theres a space between the top of the div and the viewport. how do I remove the gap
https://conquer-template.netlify.com/
Theres a space between the top of the div and the viewport. how do I remove the gap
Add overflow:auto; to your .page class.
The problem is because the <p></p> element within the .page class has a margin-top value which is pushing the .page container down.
You don’t need to give html a height of 100%. try removing it.