File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ import { SITE } from "@/config";
1313 <section id =" about" class =" prose max-w-5xl prose-img:border-0" >
1414 <h1 class =" text-2xl tracking-wider sm:text-3xl" >Labs</h1 >
1515 </section >
16- <br >
17- <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 mt-10" >
16+ <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6 mt-10" >
1817 <a href =" /purpose" target =" _blank" class =" card border-skin-line" >
1918 <div class =" card-content" >
2019 <h2 class =" text-lg text-skin-accent font-medium decoration-dashed hover:underline" >/purpose</h2 >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { SITE } from "@/config";
1313 <section id =" about" class =" prose max-w-5xl prose-img:border-0" >
1414 <h1 class =" text-2xl tracking-wider sm:text-3xl" >Projects</h1 >
1515 </section >
16- <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6 mt-10" >
16+ <section id =" cards" class =" grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6 mt-10" >
1717 <a href =" https://github.com/Dog-Face-Development/ProgramVer" target =" _blank" class =" card border-skin-line" >
1818 <div class =" card-content" >
1919 <img src =" https://raw.githubusercontent.com/Dog-Face-Development/ProgramVer/master/docs/images/logo.png" alt =" ProgramVer" class =" w-full h-72 object-cover rounded-lg" />
You can’t perform that action at this time.
0 commit comments