style: improve responsive layout and spacing for mobile devices

This commit is contained in:
2025-10-14 16:04:32 +02:00
parent 36a37cb48c
commit e90d57b9e3
4 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ export function PhoneFrame({
fill
priority={priority}
/>
<div className="absolute inset-x-[6.3%] top-[3.15%] bottom-[2.75%] rounded-3xl overflow-hidden bg-gray-900">
<div className="absolute inset-x-[6.3%] top-[3.15%] bottom-[2.75%] rounded-3xl overflow-y-auto bg-gray-900">
{children}
</div>
</div>