Currently, I am in the process of creating a website for my class project. My professor recommended placing the logo on the top left corner of the website. While someone has assisted me in positioning the logo, I am facing an issue with the excessive space below the logo and above the hero banner. I have attempted to adjust the padding using CSS, but it hasn't worked as expected.
The header code is as follows:
<header role="banner" id="home" class="site-header">
<div class="container container--max">
<h1 class="site-header__title">
<a href="#home"><img src="images/logo2.png"></a>
</h1> <!-- end .site-header__title -->
If you'd like to take a look at my website, it can be found here: . Any advice or assistance would be greatly appreciated!