We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34f06b commit 7a76584Copy full SHA for 7a76584
src/pages/posts/[...id].astro
@@ -59,6 +59,7 @@ const { Content } = await render(post);
59
padding: $space-sm;
60
border: 1px solid $color-subtle;
61
border-radius: 2px;
62
+ box-shadow: 0 $shadow-offset $color-subtle;
63
}
64
65
</style>
0 commit comments