My 404 page appear larger than my other pages. It appears that elements on the 404 error page are inheriting font-sizes from a different source than all other pages. I see a similarly larger elements on the error page when I purposely attempt to login via an incorrect user name while utilizing the Private Plugin.
I started to play around with the Error plugin's blueprints.yaml, changing size from medium to small, but no luck...
routes.404:
type: text
size: small
label: 404 Route
default: '/error'