Skip to content

Commit

Permalink
Fix arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
at-github committed Nov 8, 2024
1 parent 705ea6e commit 69b2058
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/custom/ecospheres/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,13 @@ useHead({
<BouquetCardHome :bouquet="topic" />
</li>
</ul>
<p><a href="/bouquets" class="fr-link">Voir tous les bouquets</a></p>
<p class="fr-m-0">
<a
href="/bouquets"
class="fr-link fr-icon-arrow-right-line fr-link--icon-right"
>Voir tous les bouquets</a
>
</p>
</section>
<section class="fr-container--fluid faq">
<div class="fr-container fr-py-16v faq">
Expand Down Expand Up @@ -260,6 +266,7 @@ useHead({
li a::after {
content: '';
margin-left: 0.5rem;
}
.fr-link {
Expand Down

0 comments on commit 69b2058

Please sign in to comment.