changed padding/margins
This commit is contained in:
parent
8dff7eca6a
commit
bab898adf4
|
|
@ -37,7 +37,7 @@
|
||||||
<!-- ==== ANPASSUNGEN START ==== -->
|
<!-- ==== ANPASSUNGEN START ==== -->
|
||||||
<!-- 1. px-4 für <main> (vorher px-2 sm:px-4) -->
|
<!-- 1. px-4 für <main> (vorher px-2 sm:px-4) -->
|
||||||
<main class="flex flex-col items-center justify-center px-4 w-full flex-grow">
|
<main class="flex flex-col items-center justify-center px-4 w-full flex-grow">
|
||||||
<div class="bg-cover-custom py-12 md:py-20 lg:py-32 flex flex-col w-full rounded-xl lg:rounded-2xl md:drop-shadow-custom-md lg:drop-shadow-custom-lg min-h-[calc(100vh_-_20rem)] lg:min-h-[calc(100vh_-_10rem)]">
|
<div class="bg-cover-custom pb-12 md:py-20 flex flex-col w-full rounded-xl lg:rounded-2xl md:drop-shadow-custom-md lg:drop-shadow-custom-lg min-h-[calc(100vh_-_20rem)] lg:min-h-[calc(100vh_-_10rem)]">
|
||||||
<div class="flex justify-center w-full">
|
<div class="flex justify-center w-full">
|
||||||
<!-- 3. Für Mobile: m-2 statt max-w-xs; ab sm: wieder max-width und kein Margin -->
|
<!-- 3. Für Mobile: m-2 statt max-w-xs; ab sm: wieder max-width und kein Margin -->
|
||||||
<div class="w-full m-2 sm:m-0 sm:max-w-md md:max-w-xl lg:max-w-2xl xl:max-w-3xl">
|
<div class="w-full m-2 sm:m-0 sm:max-w-md md:max-w-xl lg:max-w-2xl xl:max-w-3xl">
|
||||||
|
|
@ -49,10 +49,10 @@
|
||||||
<div aria-hidden="true" class="pointer-events-none absolute inset-0"></div>
|
<div aria-hidden="true" class="pointer-events-none absolute inset-0"></div>
|
||||||
|
|
||||||
<!-- 2) Textblock -->
|
<!-- 2) Textblock -->
|
||||||
<div class="relative z-10 mx-auto max-w-4xl px-4 sm:px-6 py-10 sm:py-16 text-center text-white">
|
<div class="relative z-10 mx-auto max-w-4xl px-4 sm:px-6 py-8 sm:py-16 text-center text-white">
|
||||||
<h1 class="text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight leading-tight drop-shadow-[0_2px_6px_rgba(0,0,0,0.55)]">Find businesses for sale</h1>
|
<h1 class="text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight leading-tight drop-shadow-[0_2px_6px_rgba(0,0,0,0.55)]">Find businesses for sale</h1>
|
||||||
|
|
||||||
<p class="mt-3 sm:mt-4 text-base sm:text-lg md:text-xl lg:text-xl font-medium text-white/90 drop-shadow-[0_1.5px_4px_rgba(0,0,0,0.6)]">Unlocking Exclusive Opportunities - Empowering Entrepreneurial Dreams</p>
|
<p class="mt-3 sm:mt-4 text-base sm:text-lg md:text-xl lg:text-2xl font-medium text-white/90 drop-shadow-[0_1.5px_4px_rgba(0,0,0,0.6)]">Unlocking Opportunities - Empowering Entrepreneurial Dreams</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Restliche Anpassungen (Innenabstände, Button-Paddings etc.) bleiben wie im vorherigen Schritt -->
|
<!-- Restliche Anpassungen (Innenabstände, Button-Paddings etc.) bleiben wie im vorherigen Schritt -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue