mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Fixed showcase and home page
This commit is contained in:
@@ -78,6 +78,7 @@ const color = Astro.props.color || 'var(--text)';
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
font-size: 1em;
|
||||||
font-variant-caps: small-caps;
|
font-variant-caps: small-caps;
|
||||||
}
|
}
|
||||||
.date {
|
.date {
|
||||||
@@ -102,8 +103,8 @@ const color = Astro.props.color || 'var(--text)';
|
|||||||
ul li:first-child {
|
ul li:first-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
ul li:first-child .title {
|
ul li:first-child .title, ul li .title {
|
||||||
font-size: 1.563em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -27,11 +27,11 @@ const posts: Post[] = (await getCollection("projects"))
|
|||||||
Welcome to my realm!
|
Welcome to my realm!
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<h3 class="buttons">
|
<h4 class="buttons">
|
||||||
<a href="/blog">Blog</a>
|
<a href="/blog">Blog</a>
|
||||||
<a href="/projects">Projects</a>
|
<a href="/projects">Projects</a>
|
||||||
<a href="/about">About</a>
|
<a href="/about">About</a>
|
||||||
</h3>
|
</h4>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="projects">
|
<section id="projects">
|
||||||
|
|||||||
Reference in New Issue
Block a user