Skip to content

Commit

Permalink
Merge pull request #641 from khadar1020/links
Browse files Browse the repository at this point in the history
Added_links_at_correct_place
  • Loading branch information
romain-fontugne authored Dec 12, 2023
2 parents eab30b9 + ad379de commit e94c718
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
</q-card-section>
<q-card-section class="q-pa-xs">
<div class="IHR_description" v-html="$interpolateArray($t(`${graphT.name}.description`), placeholderValues, ['<div>','</div>'])"></div>
<div class="IHR_description_text" v-html="$interpolateArray($t(`${graphT.name}.description`), placeholderValues, ['<div>','</div>'])"></div>
<div class="IHR_description IHR_description-link">
<router-link
:to="{
Expand Down Expand Up @@ -230,9 +230,12 @@ export default {
text-transform uppercase
.IHR_
&description
&description_text
height 220px
.IHR_
&description,
&description_text
font-size 18pt
width 90%
margin 30pt auto
Expand Down

0 comments on commit e94c718

Please sign in to comment.