Skip to content

Commit

Permalink
chevrons noirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Florasol committed Sep 9, 2024
1 parent a4d4516 commit 259cab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions assets/bootstrap/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ <h1 class="name">Nina Carducci</h1>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="carousel-control-prev-icon" aria-hidden="true" aria-label="aller à la photo précédente"></span>
<span class="visually-hidden">Précédente</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="carousel-control-next-icon" aria-hidden="true" aria-label="aller à la photo suivante"></span>
<span class="visually-hidden">Suivante</span>
</button>
</div>
Expand Down

0 comments on commit 259cab7

Please sign in to comment.