Aligning item in a Grid

Hi guys, how can I get rid of this white space which is between the logo image at the top, and the content at the bottom? Ideally, I would like for the content to sit right underneath the logo. I am using grid here. I used grid-template-areas property so the image would be at the right corner
No description
2 Replies
idontdota
idontdota7mo ago
Add border colours to your grid, it should help u visualise and debug accordingly
ghostmonkey
ghostmonkey7mo ago
my suggestion would be to not use template areas and just set up 2 grid columns one for your content and one for the image