diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-03-20 18:32:54 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-03-20 18:32:54 +0100 |
| commit | f935f680494f391d843e622da61d0146b1aabe6c (patch) | |
| tree | b607df0f005ddf4f5552f60d4bd629903fc18321 /static/recipes/oyakodon.html | |
| parent | d34cc22d958cc33b03f5e1d097629c0c61f9c57d (diff) | |
restructured html and changed styling a bit
Diffstat (limited to 'static/recipes/oyakodon.html')
| -rw-r--r-- | static/recipes/oyakodon.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/recipes/oyakodon.html b/static/recipes/oyakodon.html index f041473..08d0a61 100644 --- a/static/recipes/oyakodon.html +++ b/static/recipes/oyakodon.html @@ -25,9 +25,13 @@ </ul> </nav> - <h1>My Oyakodon Recipe</h1> </header> - <main> + + <div id="headerwrapper"> + <h1>My Oyakodon Recipe</h1> + </div> + + <main id="wrapper-center"> <div id="lists"> <h2>Description</h2> <p> |
