Thanks for your reply! I was able to hide the site_name by overriding the header.html partial. I removed the header title and kept everything else the same.
But no luck with the icon size. I have two different logo images for light mode and dark mode, so I used the setup mentioned in this discussion. And in my extra.css I just add this block:
.md-typeset .md-header__button\ md-logo img {
height: 3rem;
}
But the icon size does not change with the number, am I missing something here?
docs
folder?