From time to time we need to force some scaling rules on images or logos. This is because the page grid sometimes forces logos or images to become tiny when the browser is seized to narrow widths.
I can add custom css to force a minimum size to these images, but I am finding that they become misaligned as they scale. For example a centre aligned logo, will slowly drift off centre as the browser is resized. The drift happens because the image width is being overridden, but its positioning is still controlled by Lay’s grid. Is there a way to overcome this?