Skip to content

Commit

Permalink
Fix logos in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Jul 15, 2024
1 parent 5066c95 commit 33156e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/(content)/cenik/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
Konzultace lze hradit také z programů Benefit+ a eBenefity. Při úhradě benefity lze využít
terminálu nebo on-line platby.
</Paragraph>
<div class="flex flex-col gap-10 md:flex-row mx-8">
<img class="h-8" src={BenefitPlusLogo} alt="Benefit+ logo" />
<img class="bg-slate-700 h-8" src={EbenefityLogo} alt="eBenefity logo" />
<div class="flex flex-col gap-10 justify-start items-start md:flex-row mx-8">
<img class="h-8 object-contain max-w-min" src={BenefitPlusLogo} alt="Benefit+ logo" />
<img class="bg-slate-700 h-8 object-contain max-w-min" src={EbenefityLogo} alt="eBenefity logo" />
</div>
<Paragraph>
Pro dlouhodobé klienty možnost platit jednou za určitou dohodnutou dobu prostřednictvím faktury.
Expand Down

0 comments on commit 33156e6

Please sign in to comment.