reduced spacing between forst 2 sentancces in the home page
This commit is contained in:
parent
62563ee783
commit
70233a2854
|
|
@ -22,12 +22,12 @@ new #[Layout('components.layouts.public')] class extends Component
|
||||||
<section class="bg-background py-8 sm:py-12 lg:py-16">
|
<section class="bg-background py-8 sm:py-12 lg:py-16">
|
||||||
<div class="container mx-auto px-4 text-center">
|
<div class="container mx-auto px-4 text-center">
|
||||||
{{-- Tagline --}}
|
{{-- Tagline --}}
|
||||||
<h1 class="text-[1.75rem] sm:text-[2rem] lg:text-[2.5rem] font-bold text-text mb-6">
|
<h1 class="text-[1.75rem] sm:text-[2rem] lg:text-[2.5rem] font-bold text-text mb-2">
|
||||||
{{ __('home.tagline') }}
|
{{ __('home.tagline') }}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{{-- Introductory Text --}}
|
{{-- Introductory Text --}}
|
||||||
<p class="text-text text-base sm:text-lg max-w-[800px] mx-auto mb-8">
|
<p class="text-text text-base sm:text-lg max-w-[800px] mx-auto mb-6">
|
||||||
{{ __('home.intro') }}
|
{{ __('home.intro') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue