jasonsyourhuckleberry
9/9/2018 - 8:26 PM

Smoothing for Divi nav logos

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;
}