Skip to content

Commit

Permalink
- fix to opinions (#370)
Browse files Browse the repository at this point in the history
* - wip

* - wip

* - wip

* - wip
  • Loading branch information
EwelinaSkrzypacz authored Oct 10, 2024
1 parent 14de4d2 commit a48883a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@endif

@if(isset($reference->position) && isset($reference->company))
{{ __('at') }}
{{ __('content.at') }}
@endif

@if(isset($reference->company))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/references/references.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}
@endphp
<div
class="mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-8 text-sm leading-6 text-gray-900 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4 place-items-center md:place-items-start">
class="mx-auto mt-16 grid max-w-2xl grid-cols-1 grid-rows-1 gap-4 text-sm leading-6 text-gray-900 sm:mt-20 sm:grid-cols-2 xl:mx-0 xl:max-w-none xl:grid-flow-col xl:grid-cols-4 place-items-center md:place-items-start">
<div @class([
"sm:col-span-2 xl:col-start-2 xl:row-end-1 space-y-8",
"hidden" => !(@isset($main) || @isset($main2))])>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class="client-icon h-auto w-44 m-auto grayscale hover:grayscale-0 transform tran
<h2 class="text-3xl md:text-4xl lg:text-5xl font-semibold text-gray-900 mb-6">{{ __("content.home.section_5.title_1") }}</h2>
<span class="font-normal text-sm sm:text-md lg:text-lg">{{ __("content.home.section_5.subtitle_1") }}</span>
<div class="relative">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-[1900px]">
@includeWhen( count($references), 'components.references.references', ['references' => $references] )
</div>
</div>
Expand Down

0 comments on commit a48883a

Please sign in to comment.