Skip to content

Commit e106669

Browse files
fix: update page layout on desktop
1 parent d88599c commit e106669

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/pages/labs.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

src/pages/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)