Skip to content

Commit

Permalink
suppression aria label chevrons
Browse files Browse the repository at this point in the history
  • Loading branch information
Florasol committed Sep 9, 2024
1 parent db81a00 commit a4d4516
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ul {
margin-bottom: 60px;
}
.about-me__introduction {
width: 80%;
font-family: 'Spectral';
font-weight: 800;
font-style: italic;
Expand Down Expand Up @@ -137,6 +138,12 @@ img {
object-fit: cover;
padding: .5em;
}

/* Change the size of the Font Awesome icons */
.carousel-control-prev i, .carousel-control-next i {
font-size: 24px; /* Adjust icon size */
}

.mg-prev, .mg-next {
width: 30px;
height: 30px;
Expand Down
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" aria-label="aller à la photo précédente"></span>
<span class="carousel-control-prev-icon" aria-hidden="true"></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" aria-label="aller à la photo suivante"></span>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Suivante</span>
</button>
</div>
Expand Down

0 comments on commit a4d4516

Please sign in to comment.