feat: several style improvements
This commit is contained in:
parent
b4f5971cbc
commit
a5dd6df739
7 changed files with 91 additions and 51 deletions
|
@ -4,9 +4,9 @@ import Layout from '../layouts/Layout.astro';
|
|||
---
|
||||
|
||||
<Layout title="Home | Terminal Blog">
|
||||
<h1 class="post-title">~/</h1>
|
||||
<h1 class="title">~/</h1>
|
||||
|
||||
<div class="post-content">
|
||||
<div class="content">
|
||||
Not much here yet, but you can check out my blog posts <a href="/blog">here</a>.
|
||||
<br />
|
||||
If you are site owner, please edit <code>src/pages/index.astro</code> to customize this page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue