Skip to content

Commit

Permalink
💄 Add margins for screenshots in PortfolioItem
Browse files Browse the repository at this point in the history
  • Loading branch information
sebj54 committed Oct 3, 2020
1 parent 165b079 commit 9a500e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/PortfolioItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<g-image
v-for="(screenshot, index) in $page.entry.screenshots"
:key="`portfolio-item-screenshot-${index}`"
class="portfolio-item-screenshot"
class="portfolio-item-screenshot d-block mb-3 mx-auto"
:src="screenshot"
/>
</layout>
Expand Down

0 comments on commit 9a500e3

Please sign in to comment.