From db2e67dd71441a55361182035dc3ff0f03247816 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 17 Feb 2020 00:22:36 +0100 Subject: [PATCH] incresed instruction font size --- cookbook/templates/recipe_view.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 7dfc0fe86..96fc1f579 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -20,8 +20,10 @@
- - + +
@@ -115,14 +117,17 @@ {% endif %} - {% if recipe.ingredients or recipe.image %} + {% if ingredients or recipe.image %}

{% endif %} - {% if recipe.instructions %} - {{ recipe.instructions | markdown | safe }} - {% endif %} +
+ {% if recipe.instructions %} + {{ recipe.instructions | markdown | safe }} + {% endif %} +
+ {% if recipe.storage %} {% trans 'View external recipe' %}