Skip to content

Commit

Permalink
carrousel height
Browse files Browse the repository at this point in the history
  • Loading branch information
0ba-pia committed Oct 16, 2023
1 parent 656c7aa commit d1ff6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1 style="font-size: x-large;">LE PIANO PORTABLE</h1>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="4" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner" style="height: 500px;">
<div class="carousel-inner">
<div class="carousel-item active">
<a href="fr/#about">
<img class="d-block w-100" src="assets/img/Piano-de-Voyage_3_Modules_on_table.jpg">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1 style="font-size: x-large;">THE PORTABLE PIANO</h1>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="4" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner" style="height: 500px;">
<div class="carousel-inner">
<div class="carousel-item active">
<a href="#about">
<img class="d-block w-100" src="assets/img/Piano-de-Voyage_3_Modules_on_table.jpg">
Expand Down

0 comments on commit d1ff6f6

Please sign in to comment.