Update card margin

This commit is contained in:
Sat Naing
2022-09-10 15:44:13 +06:30
parent a54e3a2b82
commit b40b235594
+1 -1
View File
@@ -32,7 +32,7 @@ const { href, post, secHeading = true } = Astro.props;
<style>
li {
@apply mt-6;
@apply mt-4 mb-2;
}
a {
@apply text-skin-accent font-medium text-lg;