From de186773186a91be4000345287b79d57e183e1f0 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 2 Feb 2015 20:29:59 -0800 Subject: [PATCH] Tweak position of output quantity for new font --- src/css/templates/recipe.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/templates/recipe.scss b/src/css/templates/recipe.scss index ed868582a..65b28d132 100644 --- a/src/css/templates/recipe.scss +++ b/src/css/templates/recipe.scss @@ -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;