Minimalist

This commit is contained in:
Arunavo Ray
2025-07-08 23:57:13 +05:30
parent 316d263298
commit 97997bd1c0
12 changed files with 103 additions and 98 deletions

View File

@@ -113,7 +113,7 @@ export function Screenshots() {
onTouchMove={onTouchMove}
onTouchEnd={onTouchEnd}
>
<div className="aspect-[16/10] overflow-hidden rounded-lg sm:rounded-2xl bg-gradient-to-br from-gray-900 to-gray-800 dark:from-gray-800 dark:to-gray-900 shadow-2xl">
<div className="aspect-[16/10] overflow-hidden rounded-lg sm:rounded-2xl bg-card border shadow-lg">
<picture>
<source media="(max-width: 640px)" srcSet={current.mobile} />
<img