File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5959 zoom : 40% ;
6060 }
6161
62- # carouselExampleIndicators {
62+ . carousel-inner {
6363 align-items : center;
6464 }
6565 </ style >
@@ -178,7 +178,7 @@ <h2 class="h5">Variety distribution</h2>
178178 </ section >
179179
180180 <!-- Image Section -->
181- < section id ="features " class ="py-5 ">
181+ < section id ="images " class ="py-5 ">
182182 < div class ="container text-center ">
183183 < div
184184 id ="carouselExampleIndicators "
@@ -204,22 +204,22 @@ <h2 class="h5">Variety distribution</h2>
204204 < div class ="carousel-item active ">
205205 < img
206206 src ="image1.png "
207- class ="d-block "
207+ class ="d-block mx-auto "
208208 alt ="First slide "
209209 />
210210 </ div >
211211 < div class ="carousel-item ">
212212 < img
213213 src ="image2.png "
214- class ="d-block "
214+ class ="d-block mx-auto "
215215 alt ="Second slide "
216216 />
217217 </ div >
218218 < div class ="carousel-item ">
219219 < img
220220 src ="image3.png "
221221 id ="img3 "
222- class ="d-block "
222+ class ="d-block mx-auto "
223223 alt ="Third slide "
224224 />
225225 </ div >
You can’t perform that action at this time.
0 commit comments