Skip to content

Commit

Permalink
fix(resume): professional skills full width on mobile (#619)
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Robinson <damien.robinson@xcommedia.com.au>
  • Loading branch information
shadow81627 and damienrobinson committed Sep 21, 2020
1 parent bd21994 commit 761ad04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/resume.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
v-for="(column, index) in columns(skills)"
:key="index"
class="px-0"
cols="12"
sm="6"
>
<div v-for="{ icon, text } in column" :key="text">
<font-awesome-icon :icon="icons[icon]" fixed-width />
Expand Down

1 comment on commit 761ad04

@vercel
Copy link

@vercel vercel bot commented on 761ad04 Sep 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.