Skip to content

Commit

Permalink
Some final html touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
yukitya-1811 committed Jun 27, 2024
1 parent 5fcf532 commit 3991cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipify/recipify/templates/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h1 class="mb-4 text-3xl font-extrabold text-gray-900 dark:text-white md:text-5x
</div>


<div class="max-w-full w-full sm:w-auto flex items-center justify-center flex-col">
<a href="{{ foodimg.image }}">
<div class="min-h-screen w-auto sm:w-auto flex items-center justify-center flex-col">
<a href="{{ foodimg.image }}" style="width: 20%;">
<img style="border-radius: 15px; width: 100%; height: auto; object-fit: cover;" src="{{ foodimg.image }}" alt="food image"/>
</a>
</div>
Expand All @@ -129,7 +129,7 @@ <h1 class="mb-4 text-3xl font-extrabold text-gray-900 dark:text-white md:text-4x
</div>
</div>

<div class="flex flex-col sm:flex-row pt-6">
<div class="flex flex-col gap-6 sm:flex-row pt-6">
<div class="recipe-method w-full max-w-4xl">
<div class="heading my-0 px-4">
<h1 class="mb-4 text-3xl font-extrabold text-gray-900 dark:text-white md:text-5xl lg:text-5xl">
Expand Down

0 comments on commit 3991cbd

Please sign in to comment.