Fixing branding logo aspect ratio skew on screens wider than 900 pixels. Still working on a fix for narrower pages. Changes are simple—just removing height: max-content; from images in the footer and adding a clause in metacatui.responsive.css that specifies auto height and width for footer images when the page width exceeds 900px.
Fixing branding logo aspect ratio skew on screens wider than 900 pixels. Still working on a fix for narrower pages. Changes are simple—just removing
height: max-content;
from images in the footer and adding a clause inmetacatui.responsive.css
that specifies auto height and width for footer images when the page width exceeds 900px.Full issue is here:
8