Tweak position of output quantity for new font

This commit is contained in:
Andrew Miner
2015-02-02 20:29:59 -08:00
parent 6928d93abb
commit de18677318
+1 -1
View File
@@ -41,7 +41,7 @@ All rights reserved.
}
.quantity {
position: absolute; right: 0.1em; bottom: 0.1em;
position: absolute; right: 0.1em; bottom: 0;
color: white;
font-family: $font-family-header;
font-size: $font-size-large;