1๐
โ
A simple css only solution that worked for me
Replace
.Money{
font-size: 2rem;
}
With
.Quantity{
font-size: 2rem;
margin-top:-5em;
}
Source:stackexchange.com