I checked it carefully and I found it’s actually resizing a little, If you want it more smaller, you have to edit jquery.samsara.js which is under js folder, it’s a custom issue.
Find the following code
logo.css({'width':logoWidth-20,'backgroundSize':"100% auto"});
Just change 20 value to a bigger value.
Please note, if you edit this file, when you upgrade the theme in the future, you should remember make this change again.
Thanks