Update TurkeyPixelMap width in Parallax component for improved responsiveness on medium screens
All checks were successful
Deploy / deploy (push) Successful in 2m59s
All checks were successful
Deploy / deploy (push) Successful in 2m59s
This commit is contained in:
@@ -180,11 +180,10 @@ export default function Home() {
|
|||||||
>
|
>
|
||||||
{/* Arka katman: harita scroll'un gerisinde kalır, derinlik verir */}
|
{/* Arka katman: harita scroll'un gerisinde kalır, derinlik verir */}
|
||||||
<Parallax fromStart strength={-52}>
|
<Parallax fromStart strength={-52}>
|
||||||
{/* Harita hiçbir boyutta taşmaz: her zaman ekran genişliği
|
{/* Harita orta ekranlarda nefes payı bırakır, ekranla birlikte
|
||||||
eksi kenar payı kadar; sayfa küçüldükçe onunla birlikte
|
ölçeklenir ve çok geniş ekranda 1665px tavanına oturur;
|
||||||
küçülür. Çok geniş ekranda 1665px tavanına oturur;
|
|
||||||
mobilde tümüyle gizli. */}
|
mobilde tümüyle gizli. */}
|
||||||
<TurkeyPixelMap className="w-[min(1665px,100vw_-_2.5rem)] max-w-none text-primary" />
|
<TurkeyPixelMap className="w-[min(1665px,82vw)] max-w-none text-primary" />
|
||||||
</Parallax>
|
</Parallax>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user