🚨 Fix type issues

This commit is contained in:
2025-08-31 23:00:38 -04:00
parent 81a3a5c662
commit 808bec174e
9 changed files with 98 additions and 63 deletions
+12 -4
View File
@@ -25,11 +25,19 @@ const { title, date, slug } = Astro.props;
font-size: 1.3rem;
}
.calendar-icon {
transform: translateY(0.3rem);
}
strong {
font-weight: bolder;
}
.blog-header {
margin: 1rem 0;
}
.blog-header > h2 {
margin: 0;
}
.calendar-icon {
transform: translateY(0.3rem);
}
</style>