diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-25 13:19:11 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-25 13:19:11 +0000 |
| commit | 5667edaf906f289e84ac52daf6464f8ba046dbc7 (patch) | |
| tree | 739bfcf51a43f4b4d43ef491ad7c95dcb7f1347f | |
| parent | 416ccd21227614ffefbd3d59020fc02113be699c (diff) | |
refactor: Add padding to home page heading
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index cc72a03..e3afff5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import OpenRing from "@/components/OpenRing.astro" <Layout title="Iwan Ingman's Blog"> <main class="mx-auto flex w-full max-w-3xl flex-col gap-8 p-4 md:p-6"> <!-- Title --> - <div class="flex flex-col items-center"> + <div class="flex flex-col items-center px-4"> <h1 class="text-4xl font-bold text-center mt-10">Iwan Ingman</h1> <p class="text-lg text-center text-muted-foreground mt-4"> I'm a Computer Science student at Cardiff University, with a focus |
