diff options
Diffstat (limited to 'static/recipes/pizza.html')
| -rw-r--r-- | static/recipes/pizza.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/recipes/pizza.html b/static/recipes/pizza.html index 3141a6f..b64afca 100644 --- a/static/recipes/pizza.html +++ b/static/recipes/pizza.html @@ -25,9 +25,13 @@ </ul> </nav> - <h1>My Pizza Recipe</h1> </header> - <main> + + <div id="headerwrapper"> + <h1>My Pizza Recipe</h1> + </div> + + <main id="wrapper-center"> <div id="lists"> <h2>Description</h2> <p> |
