mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
fix landing page
This commit is contained in:
parent
0d93ff37e4
commit
32be4bb0df
1 changed files with 3 additions and 3 deletions
|
|
@ -20,10 +20,10 @@ useSeoMeta({
|
||||||
<nuxt-img
|
<nuxt-img
|
||||||
src="/chef.svg"
|
src="/chef.svg"
|
||||||
alt="Chef holding a knife"
|
alt="Chef holding a knife"
|
||||||
class="max-w-sm h-[50vh] lg:h-[80vh] object-contain rounded-lg"
|
class="max-w-sm object-contain rounded-lg"
|
||||||
:placeholder="[400, 800]"
|
:placeholder="[400, 300]"
|
||||||
format="webp"
|
format="webp"
|
||||||
height="800"
|
height="300"
|
||||||
width="400"
|
width="400"
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col justify-center">
|
<div class="flex flex-col justify-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue