diff --git a/src/css/templates/full_recipe.scss b/src/css/templates/full_recipe.scss index 9e0352c67..e6b3911de 100644 --- a/src/css/templates/full_recipe.scss +++ b/src/css/templates/full_recipe.scss @@ -50,4 +50,8 @@ All rights reserved. } } } + + h3 { + margin-top: 0; margin-left: 0; + } } diff --git a/src/templates/full_recipe.jade b/src/templates/full_recipe.jade index c55ff417e..2064f10da 100644 --- a/src/templates/full_recipe.jade +++ b/src/templates/full_recipe.jade @@ -8,7 +8,7 @@ .view__full_recipe .input - h3: p Ingredients + h3 Ingredients .view__inventory_table .pattern @@ -16,5 +16,5 @@ .tool: a .output - h3: p Produces + h3 Produces .view__inventory_table