Skip to content

Commit

Permalink
add margin between chips
Browse files Browse the repository at this point in the history
  • Loading branch information
killbotXD committed Dec 13, 2019
1 parent 63f1d18 commit fa4874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/KonnektSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
md8
:class="{ 'pt-3 mt-0': $vuetify.breakpoint.smAndDown, 'pt-1 mt-4': $vuetify.breakpoint.mdAndUp }"
)
v-chip.elevation-2.font-weight-bold(
v-chip.elevation-2.font-weight-bold.ma-1(
xs2
color="light-blue darken-1 white--text"
v-for="skill in person.skills"
Expand Down

0 comments on commit fa4874b

Please # to comment.