This is a follow on from yesterday's video. It shows a better way to transform elements with clickable-parent, without breaking the box model.
We simply wrap the link text in a span and transform the span instead of the link. By doing so the link retains its clickable parent feature.