In canonical-indico-theme, don't use 16px font in the :root element, as it changes rem size and is inconsistent with the rest of the site. However, recaluclate rem so that spacing and effective font size do stay the same as they are now
Use var(--global-margin-left) for the start margin, so that the footer aligns with the content. Find a sensible width as well.
Once the font size issue is fixed, go back to rem sizes for the footer and make sure spacing looks like on ubuntu.com
btw I tried adding global-margin-left, but it doesn't quite align with the content, and I needed to adjust the column span so it doesn't look too stretched:
@petesfrench it is probably better you take care to make sure all design guidelines are taken into account. I don't think this needs to happen in time for the summit.
Followup from #8, there are a few issues to fix:
var(--global-margin-left)
for the start margin, so that the footer aligns with the content. Find a sensible width as well.btw I tried adding global-margin-left, but it doesn't quite align with the content, and I needed to adjust the column span so it doesn't look too stretched:
@petesfrench it is probably better you take care to make sure all design guidelines are taken into account. I don't think this needs to happen in time for the summit.