Hello Anders, it was what I needed, thank you!
Just if anyone is searching for the same thing, the code changes the height but the top margin is not modified so you need to modify the margin so the logo gets centered. I added de margin-top
code to correct this part.
.blog-logo img { height: 120px; margin-top: -25px }