split ingredients and directions so they are not a 2 column setup ; flattened to 1 column
This commit is contained in:
parent
e65933ad68
commit
929b997c92
|
@ -51,9 +51,11 @@
|
|||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ if .Params.directions }}
|
||||
<div class="clearfix mt3">
|
||||
<div class="sm-col sm-col-6 lg-col-6 recipeItems">
|
||||
<h4 class="blue mt0 mb2 xs-center">{{ i18n "directions" }}</h4>
|
||||
<ul itemprop="recipeInstructions">
|
||||
|
|
Loading…
Reference in a new issue