Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Use tabular nums for count down for better alignment #587

Closed TimonVS closed 3 years ago

TimonVS commented 3 years ago

Description

Before:

The count down "jumps" around a little bit every second because different numbers take up slightly more or slightly less space.

2020-10-01 20 05 33

After:

font-variant-numeric: tabular-nums straightens out the difference, kind of like a monospace font does. The result is a bit wider, but consistent.

2020-10-01 20 05 07

It will still jump when going from 10s to 9s because it drops a character:

image

Test process

Requirements to merge