Browsing a table of prices can be a bit annoying with the numbers and decimal jumping all over the place depending on what the digits are. Using tabular numerals can help and is the standard for numbers in tables in typography. This is possible in CSS using font-variant-numeric: tabular-nums;
You can see the difference in the comparisons attached. It’s a minor change but I think would help legibility a lot.