On all of the pages, the text that says "The Coding Train" in the footer is cut off at the word "Train". Instead of the width of the svg being 326px, it is 250px.
Thanks for reporting this! I think it's my fault (#1745), strangely svgo removes the svg viewBox attribute by default - which is definitely not a safe operation for a minifier/optimizer to do. PR incoming.