Skip to content

Commit

Permalink
Fix div sizes and orientation to make it look more aesthetic,
Browse files Browse the repository at this point in the history
suitable only for widescreen resolutions
  • Loading branch information
Delta-43 committed Jul 13, 2024
1 parent 82edbe8 commit 9a64a03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added images/magic_cookbook.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 style="text-align:center;">Odin Recipes</h1>
<div id="content-left" style="border: 1px solid black; width: 600px; float: left;">
<a href="./recipes/ice-cream.html">Ice-Cream</a>
</div>
<div id="content-right" style="border: 1px solid black; width: 600px; float: right;">
<div id="content-right" style="border: 1px solid black; width: 1000px; float: right;">
<a href="./recipes/ice-cream.html">Ice-Cream</a>
</div>
</div>
Expand Down

0 comments on commit 9a64a03

Please sign in to comment.