From aa0d31e7e4fa1cf3a4a4c505ec2940401b86fdc3 Mon Sep 17 00:00:00 2001 From: rxyhn Date: Wed, 11 Sep 2024 22:28:43 +0700 Subject: [PATCH] fix: pages layout --- src/pages/about.astro | 28 +++++++++++++++------------- src/pages/index.astro | 4 ++-- src/pages/projects.astro | 34 ++++++++++++++++++---------------- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 28c7936..59c96bc 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -9,18 +9,20 @@ import { SITE } from "@/consts"; --- - -
- - - - +
+ +
+ + + + +
diff --git a/src/pages/index.astro b/src/pages/index.astro index de1b811..088f600 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,12 +16,12 @@ const { name, label, summary, socials } = basics;

Hi, my name is

{name}.

diff --git a/src/pages/projects.astro b/src/pages/projects.astro index db80753..7f79754 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -7,21 +7,23 @@ import { projects } from "@cv"; --- - -
- { - projects.map(({ url, name, description, highlights, technologies }) => ( - - )) - } +
+ +
+ { + projects.map(({ url, name, description, highlights, technologies }) => ( + + )) + } +