Update vertical margin

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