Skip to content

Commit

Permalink
Margin list items (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine authored Oct 5, 2024
1 parent b1f252d commit d1ef53b
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 d1ef53b

Please sign in to comment.