We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775ccff commit 8c24b0cCopy full SHA for 8c24b0c
page/functions/page-functions.js
@@ -141,7 +141,7 @@ function showRecipePage(recipePath) {
141
dietaryRestrictions = dietaryRestrictions.length ? dietaryRestrictions.join(", ") : "None";
142
let mainHtml = `
143
<div class="container">
144
- <div class="row">
+ <div class="row align-items-center">
145
<div class="col-md-7">
146
<h1 id="recipe-title">${recipe.title}</h1>
147
</div>
0 commit comments