aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
authorAlam Guardin <alamguardin@gmail.com>2024-08-06 21:33:24 -0500
committerAlam Guardin <alamguardin@gmail.com>2024-08-06 21:33:24 -0500
commit42213ae52905cd1a3b5bd4369d3d3b2b36e7eb20 (patch)
treef84f5609b33544ba1b8979c7f971ce4a3cf48bf5 /src/pages
parent6becb8cf09c02c93e0f5030957015ed4ea07789d (diff)
style: create link component
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/index.astro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 6d91e65..05f6222 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,11 +1,13 @@
---
import Layout from '../layouts/Layout.astro';
import Profile from '../components/Profile.astro';
+import List from '../components/List.astro';
---
<Layout title="Welcome to Astro.">
<main class="container">
<Profile></Profile>
+ <List></List>
</main>
</Layout>
@@ -13,7 +15,7 @@ import Profile from '../components/Profile.astro';
.container {
margin: auto;
max-width: 600px;
- height: 100vh;
+ height: auto;
width: 90%;
}
</style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage