Divi uses a CSS transform to resize the logo in the nav bar: transform: translate(0,0,0);
Use this to try and counteract any blurriness that might occur:
#logo { outline: 1px solid transparent; }