incresed instruction font size
This commit is contained in:
parent
de355abd19
commit
db2e67dd71
@ -20,8 +20,10 @@
|
|||||||
<div class="col col-md-3 d-print-none" style="text-align: right">
|
<div class="col col-md-3 d-print-none" style="text-align: right">
|
||||||
<button class="btn btn-success" onclick="$('#bookmarkModal').modal({'show':true})"><i
|
<button class="btn btn-success" onclick="$('#bookmarkModal').modal({'show':true})"><i
|
||||||
class="fas fa-bookmark"></i></button>
|
class="fas fa-bookmark"></i></button>
|
||||||
<a class="btn btn-warning" href="{% url 'view_shopping' %}?r={{ recipe.pk }}"><i class="fas fa-shopping-cart"></i></a>
|
<a class="btn btn-warning" href="{% url 'view_shopping' %}?r={{ recipe.pk }}"><i
|
||||||
<a class="btn btn-info" href="{% url 'new_plan' %}?recipe={{ recipe.pk }}"><i class="fas fa-calendar"></i></a>
|
class="fas fa-shopping-cart"></i></a>
|
||||||
|
<a class="btn btn-info" href="{% url 'new_plan' %}?recipe={{ recipe.pk }}"><i
|
||||||
|
class="fas fa-calendar"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -115,14 +117,17 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% if recipe.ingredients or recipe.image %}
|
{% if ingredients or recipe.image %}
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if recipe.instructions %}
|
<div style="font-size: large">
|
||||||
{{ recipe.instructions | markdown | safe }}
|
{% if recipe.instructions %}
|
||||||
{% endif %}
|
{{ recipe.instructions | markdown | safe }}
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
{% if recipe.storage %}
|
{% if recipe.storage %}
|
||||||
<a href='#' onClick='openRecipe({{ recipe.id }}, true)' class="d-print-none">{% trans 'View external recipe' %}
|
<a href='#' onClick='openRecipe({{ recipe.id }}, true)' class="d-print-none">{% trans 'View external recipe' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user