Update vertical margin of card from 4 to 6

This commit is contained in:
Sat Naing
2022-09-11 11:44:14 +06:30
parent 1748ddbeb7
commit 57cdee1b3d
+1 -1
View File
@@ -23,7 +23,7 @@ const { href, post, secHeading = true } = Astro.props;
<style> <style>
li { li {
@apply my-4; @apply my-6;
} }
a { a {
@apply text-skin-accent font-medium text-lg; @apply text-skin-accent font-medium text-lg;