clean up styles

This commit is contained in:
2025-11-24 09:33:14 -05:00
parent f55d782b02
commit 66dc731396
11 changed files with 86 additions and 81 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ const { post } = Astro.props;
<style lang="scss">
article {
padding-bottom: 20px;
}
article:not(:first-child) {
border-top: var(--border);
&:not(:first-child) {
border-top: var(--border);
}
}
</style>