Skip to content

Commit 1574045

Browse files
committed
#4 Add margin between paragraphs
1 parent bcca3ce commit 1574045

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dist/js/card.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/Card.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@
3030
},
3131
}
3232
</script>
33+
34+
<style scoped>
35+
p {
36+
margin-bottom: 1em;
37+
}
38+
</style>

0 commit comments

Comments
 (0)