Subscription handler had two consecutive return statements; the first returned the assignment of this.footer, leaving this.national = item.national as dead code. national stayed undefined, so the logo's [href] resolved to nothing and clicking it just stayed on the current page (which read like 'links to the instance homepage').
Removed the early return so both footer and national are set on every config event. The logo now uses config.national.mainSite.href, defaulting to https://ramblers.org.uk and editable per-instance via Admin -> System Settings -> External Systems -> Ramblers.
Walk details Distance and Ascent values (e.g. "9.1 mi / 14.64 km", "1906 ft / 580.9 m") were splitting between number and unit on narrow columns. Added text-nowrap to the strong elements so each value stays on a single line; if the column is too narrow the whole value drops below the label rather than breaking inside.