@@ -10,7 +10,6 @@ import BaseLayout from "../layouts/BaseLayout.astro";
1010import SectionHeading from " ../components/SectionHeading.astro" ;
1111import PostCard from " ../components/PostCard.astro" ;
1212import SubtleLink from " ../components/SubtleLink.astro" ;
13- import ArrowUpRightIcon from " ../components/ArrowUpRightIcon.astro" ;
1413import " ../styles/base.css" ;
1514---
1615
@@ -20,7 +19,7 @@ import "../styles/base.css";
2019 </head >
2120 <BaseLayout >
2221 <!-- About Section -->
23- <section class =" grid grid-cols-[140px_1fr] gap-6" >
22+ <section class =" grid grid-cols-1 gap-6 sm:grid-cols-[140px_1fr] " >
2423 <SectionHeading title =" About" />
2524 <p class =" text-gray-1100 leading-7" >
2625 I'm Gui, a Frontend Engineer focused on crafting polished and user-first
@@ -39,7 +38,7 @@ import "../styles/base.css";
3938 </section >
4039
4140 <!-- Currently Section -->
42- <section class =" grid grid-cols-[140px_1fr] gap-6" >
41+ <section class =" grid grid-cols-1 gap-6 sm:grid-cols-[140px_1fr] " >
4342 <SectionHeading title =" Currently" />
4443 <div class =" text-gray-1100 space-y-4 leading-7" >
4544 <p >
@@ -64,7 +63,7 @@ import "../styles/base.css";
6463 </section >
6564
6665 <!-- Writing Section -->
67- <section class =" grid grid-cols-[140px_1fr] gap-6" >
66+ <section class =" grid grid-cols-1 gap-6 sm:grid-cols-[140px_1fr] " >
6867 <SectionHeading title =" Writing" href =" /writing" />
6968 <ul >
7069 {
@@ -82,7 +81,7 @@ import "../styles/base.css";
8281 </section >
8382
8483 <!-- Talks Section -->
85- <section class =" grid grid-cols-[140px_1fr] gap-6" >
84+ <section class =" grid grid-cols-1 gap-6 sm:grid-cols-[140px_1fr] " >
8685 <SectionHeading title =" Talks" href =" /talks" />
8786 <ul >
8887 {
0 commit comments