Skip to content

Commit

Permalink
Margin list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Oct 5, 2024
1 parent b1f252d commit 63a3644
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/NumberedList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ const props = defineProps({
data: Array,
})
</script>

<style>
li {
margin-left: 1em;
}
</style>

0 comments on commit 63a3644

Please sign in to comment.