mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
Co-authored-by: Xuan <liuxuan30@noreply.github.com>
This commit is contained in:
parent
74ffd5f3d8
commit
a54e382283
@ -55,7 +55,6 @@ export default async function ProjectsPage() {
|
|||||||
|
|
||||||
<div className="grid grid-cols-1 gap-8 mx-auto lg:grid-cols-2 ">
|
<div className="grid grid-cols-1 gap-8 mx-auto lg:grid-cols-2 ">
|
||||||
<Card>
|
<Card>
|
||||||
<Link href={`/projects/${featured.slug}`}>
|
|
||||||
<article className="relative h-full w-full p-4 md:p-8">
|
<article className="relative h-full w-full p-4 md:p-8">
|
||||||
<div className="flex justify-between gap-2 items-center">
|
<div className="flex justify-between gap-2 items-center">
|
||||||
<div className="text-xs text-zinc-100">
|
<div className="text-xs text-zinc-100">
|
||||||
@ -95,7 +94,6 @@ export default async function ProjectsPage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</Link>
|
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<div className="flex flex-col w-full gap-8 mx-auto border-t border-gray-900/10 lg:mx-0 lg:border-t-0 ">
|
<div className="flex flex-col w-full gap-8 mx-auto border-t border-gray-900/10 lg:mx-0 lg:border-t-0 ">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user