Changing the height of the header can be done with some simple CSS.
Go to your module, CSS section, and use the desktop only section. Add the following code and change it to your liking:
.header {height: 200px;}
That's it you are all done, and the header has a new height.