wrap carousel in section tag for improved structure

This commit is contained in:
Mark 2025-05-15 09:47:52 +01:00
parent 93378fef6d
commit 80ce83d690

View File

@ -1,3 +1,4 @@
<section>
<div id="carouselExampleIndicators" class="carousel slide js-fullheight" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
@ -50,3 +51,4 @@
<span class="sr-only">Next</span>
</a>
</div>
</section>