style(ui): update width of a div in HomePage

This commit is contained in:
Fatih Kadir Akın
2026-01-07 10:38:39 +03:00
parent 82d79a3b92
commit 77e37bd79d

View File

@@ -71,7 +71,7 @@ export default async function HomePage() {
/>
</div>
) : (
<div className="absolute top-0 end-0 bottom-0 w-1/2 hidden md:block pointer-events-none">
<div className="absolute top-0 end-0 bottom-0 w-1/3 2xl:w-1/2 hidden md:block pointer-events-none">
{/* Video background */}
<div className="absolute inset-0">
<div className="absolute inset-0 bg-gradient-to-r rtl:bg-gradient-to-l from-background via-background/80 to-transparent z-10" />