@michael_hogan you can do it from xml also.
create a default.xml in your custom theme inside Magento_Theme folder with the below code.
<referenceBlock name="logo">
<arguments>
<argument name="logo_img_width" xsi:type="number">181</argument>
<argument name="logo_img_height" xsi:type="number">62</argument>
</arguments>
</referenceBlock>
Thanks