Hi again.
Please help in figuring out the issue with the white space at the bottom of the page…and feedbacks are appreciated.
Thanks.
Hi again.
Please help in figuring out the issue with the white space at the bottom of the page…and feedbacks are appreciated.
Thanks.
Hint: You’ve got display: flex
set on the wrong element. It should be on the column div, not the row div.
Also, move the about link out of the column div.
Thank you very much.