aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/ProjectGrid.astro2
-rw-r--r--src/pages/index.astro1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/components/ProjectGrid.astro b/src/components/ProjectGrid.astro
index fb890bc..56302c9 100644
--- a/src/components/ProjectGrid.astro
+++ b/src/components/ProjectGrid.astro
@@ -1,7 +1,7 @@
<style>
.project-grid {
display: grid;
- grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 6c9c278..03b93c9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -72,7 +72,6 @@ const posts = (await getCollection("blog")).sort(
<iframe src="https://pinapelz.moe/" width="100%" height="500px"
></iframe>
</section>
- </ProjectGrid>
<Footer />
</p>
</main>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage