I've been developing a signboard page running on a Raspberry Pi 4, you may see it here (https://www.darlingtonschool.org/signboard).
Only on the RP4 are the padding directives being ignored. Here's an example of the html in question.
<div style="height:15%; background-color:#440579; color:white;padding-top:40px;">
<span style="font-size:4vw; color: white; display:inline;font: Arial, Helvetica, sans-serif;" id="day-span">Day</span>
<span style="font-size:8vw; color: white; display:inline;font: Arial, Helvetica, sans-serif;" id="day-number-span"></span>
you can see a screen shot here: https://www.darlingtonschool.org/media/sizes/aspect640/4594386-4935260.png
If you examine the screen shot, you see the padding over "No Classes" or under "2nd Period" is not being observed.
On the RP4/Chromium there's no padding. On a RP3 / Chromium or anything else I've tried (mac, windows / chrome) padding looks great.
Any ideas?