mirror of https://github.com/kcal-app/kcal.git
Merge remote-tracking branch 'origin/main' into demo
This commit is contained in:
commit
057d0b9625
File diff suppressed because one or more lines are too long
|
|
@ -55,7 +55,7 @@
|
|||
@endif
|
||||
</section>
|
||||
</div>
|
||||
<aside class="flex flex-col space-y-4 mt-8 sm:mt-0">
|
||||
<aside class="flex flex-col space-y-4 mt-8 sm:mt-0 sm:max-w-xs">
|
||||
<section class="p-1 mb-2 border-2 border-black font-sans md:w-72">
|
||||
<h1 class="text-3xl font-extrabold leading-none">Nutrition Facts</h1>
|
||||
<section class="flex justify-between font-bold border-b-8 border-black">
|
||||
|
|
|
|||
|
|
@ -94,8 +94,8 @@
|
|||
@endif
|
||||
</footer>
|
||||
</div>
|
||||
<aside class="flex flex-col space-y-4 mt-8 sm:mt-0">
|
||||
<div class="p-1 border-2 border-black font-sans w-72">
|
||||
<aside class="flex flex-col space-y-4 mt-8 md:mt-0 sm:max-w-xs">
|
||||
<div class="p-1 border-2 border-black font-sans md:w-72">
|
||||
<div class="text-3xl font-extrabold leading-none">Nutrition Facts</div>
|
||||
<div class="leading-snug">{{ $recipe->servings }} {{ \Illuminate\Support\Str::plural('serving', $recipe->servings ) }}</div>
|
||||
@if($recipe->serving_weight)
|
||||
|
|
|
|||
Loading…
Reference in New Issue