There’s a slight mishap with long lines of inline code. For example, this is a really long line of code - since it has a nowrap whitespace attribute, it flies off into the sidebar! This makes the code a little hard to read at times.
Styles that might work a bit better: code{ white-space: normal; display: inline-block;}
Thoughts?