mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-03-03 03:07:00 +00:00
style(ui): update width of a div in HomePage
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user