Skip to content

Commit

Permalink
unify titles and subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Aug 30, 2024
1 parent 5b761f4 commit 7b6c9f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions resources/views/about.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class="size-full 2xl:place-items-start">

<div class="mx-[10%] lg:mx-[15%] 2xl:max-w-7xl 2xl:mx-auto">
<div class="pb-28 text-center">
<h2 class="text-3xl md:text-3xl lg:text-5xl font-semibold pb-8">{{ __("content.about.section_4.title_1") }}</h2>
<h2 class="text-3xl md:text-4xl lg:text-5xl font-semibold pb-8">{{ __("content.about.section_4.title_1") }}</h2>
<span class="font-normal leading-loose md:leading-relaxed text-sm md:text-lg">{{ __("content.about.section_4.subtitle_1") }}</span>
</div>
<div class="grid md:grid-cols-10 md:grid-rows-4 gap-10">
Expand Down Expand Up @@ -191,9 +191,8 @@ class="w-full 2xl:w-[350px] 2xl:h-[440px] h-[440px] md:h-[330px] lg:h-[250px] ob
@keyup.left.window="imageGalleryPrev();"
class="w-full h-full select-none">
<div class="pb-2 text-center">
<h2 class="text-3xl md:text-3xl lg:text-5xl font-semibold pb-8">{{ __("content.about.section_5.title_1") }}</h2>
<span
class="md:font-light leading-8 md:leading-relaxed text-sm md:text-xl relative">{{ __("content.about.section_5.subtitle_1") }}</span>
<h2 class="text-3xl md:text-4xl lg:text-5xl font-semibold pb-8">{{ __("content.about.section_5.title_1") }}</h2>
<span class="font-normal leading-loose md:leading-relaxed text-sm md:text-lg relative">{{ __("content.about.section_5.subtitle_1") }}</span>
</div>
<div class="mx-auto mt-8 md: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">
<figure class="rounded-2xl bg-white shadow-lg ring-1 ring-gray-900/5 sm:col-span-2 xl:col-start-2 xl:row-end-1">
Expand Down

0 comments on commit 7b6c9f4

Please sign in to comment.