Skip to content

Commit

Permalink
Merge pull request #42 from esciencecenter-digital-skills/fix_weird_m…
Browse files Browse the repository at this point in the history
…odule_card_firefox

Fix weird module card gap on firefox
  • Loading branch information
raar1 authored May 29, 2024
2 parents 85b0b29 + edc4046 commit 1c95897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ModuleCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<NuxtLink :to="url">
<!-- relative parent needed for absolute positioning of svg badges-->
<div class="relative">
<!-- Module card -->
<div class="flex flex-row bg-eScienceWhite shadow-xl max-w-xl rounded-bl-3xl rounded-tr-3xl h-48">
<!-- Module cards -->
<div class="prose font-display m-4 mr-10">
<h3>
{{ title }}
</h3>
</div>
<img :src="thumbnail" alt="module icon" class="max-w-xs rounded-tr-3xl">
<img :src="thumbnail" alt="module icon" class="max-w-xs rounded-tr-3xl h-48">
</div>
</div>
</NuxtLink>
Expand Down

0 comments on commit 1c95897

Please sign in to comment.