Skip to content

Commit

Permalink
- wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz committed Oct 30, 2024
1 parent 719a9e5 commit fd12f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ class="w-full sm:w-auto sm:px-12 -ml-1 shadow-xl bg-website-normal">{{ __("butto
<div class="text-lg sm:text-xl lg:text-2xl font-semibold text-gray-400">{{ __("content.home.section_2.title_1") }}
<span class="text-website-normal">{{ __("content.home.section_2.title_2") }}</span>
</div>
<div class="grid grid-cols-2 md:flex md:flex-row pb-12 text-gray-400 items-center justify-center mt-10 2xl:gap-12 2xl:max-w-7xl 2xl:mx-auto">
<div class="grid grid-cols-2 md:grid-cols-3 xl:flex xl:flex-row pb-12 text-gray-400 items-center justify-center mt-10 2xl:gap-8 2xl:max-w-7xl 2xl:mx-auto">
@foreach ($clients as $client)
<div class="m-6">
<img src="{{ asset($client['src']) }}"
class="client-icon h-auto w-44 m-auto grayscale hover:grayscale-0 transform transition hover:scale-110"
class="client-icon h-auto w-44 xl:w-56 m-auto grayscale hover:grayscale-0 transform transition hover:scale-110"
alt="{{ $client['alt'] }}"/>
</div>
@endforeach
Expand Down

0 comments on commit fd12f78

Please sign in to comment.