For small screens, it now has:
padding: 1.5em 1.5em 1.5em 1.75em;
For big screens (982px+), it now has:
padding: 1.25em 1.5em 1.5em;
Some time ago, these values was:
padding: 1em; (small) padding: 1.25em 1.5em 1.5em 1.5em; (big)
Anyway it's not reasonable to use bigger paddings now for smaller screens.
Version: unspecified
Severity: normal