Skip to content

Commit

Permalink
Merge pull request #124 from sentriz/hero-trunc-fix
Browse files Browse the repository at this point in the history
don't truncate outlines of the contents of Hero
  • Loading branch information
tamland committed Oct 8, 2023
2 parents f894d5e + 4624163 commit f3e1a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="backdrop" />
<img v-if="image" :src="image">
<img v-else src="@/shared/assets/fallback.svg">
<div class="body d-flex flex-column pt-4 pt-md-0 pl-md-4 text-center text-md-left">
<div class="body d-flex flex-column pt-4 pt-md-0 pl-md-4 pb-1 text-center text-md-left">
<slot />
</div>
</div>
Expand Down

0 comments on commit f3e1a1e

Please sign in to comment.