baza page complated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-03 11:22:49 +05:00
parent 68277d4b4c
commit aca4103213
8 changed files with 222 additions and 122 deletions

View File

@@ -14,7 +14,7 @@ export function CertCard({ c, i }: { c: (typeof certs)[0]; i: number }) {
whileInView={{ opacity: 1, y: 0 }}
transition={{ duration: 0.55, delay: i * 0.1 }}
viewport={{ once: true }}
className="group flex flex-col rounded-2xl overflow-hidden p-5 bg-[#161514] border border-white/5 hover:border-red-600/20 transition-colors duration-300 w-full"
className="group flex flex-col rounded-2xl overflow-hidden sm:p-5 p-2 bg-[#161514] border border-white/5 hover:border-red-600/20 transition-colors duration-300 w-full"
>
{/* Right: meta + actions */}
<div className="flex flex-col justify-between flex-1 min-w-0 py-1 gap-4">
@@ -40,7 +40,7 @@ export function CertCard({ c, i }: { c: (typeof certs)[0]; i: number }) {
</div>
{/* ── Divider ── */}
<div className="mx-4 h-px bg-white/5 my-5" />
<div className="mx-4 h-px bg-white/5 sm:my-5 my-2" />
{/* Collapsible document list */}
<div className="overflow-hidden">