https://peeweeplayhouse.forumspark.net/
How do I change the logo size? Its too small.
No, if you want to increase the images height to 150px; use this instead:
.page-header__logo {
margin-left: auto;
margin-right: auto;
height: 150px;
width: 100%;
max-width: 80rem;
margin-bottom: 0px;
}