Skip to content

Commit

Permalink
Merge pull request #136 from Arpcoder/main
Browse files Browse the repository at this point in the history
Updated display of Doctor's image
  • Loading branch information
varshith257 authored May 15, 2024
2 parents dbe7560 + a1055d1 commit de86022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h2>Doctors</h2>

<div class="col-lg-6">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/1.png" class="img-fluid" alt=""></div>
<div class="pic"><img src="img/doctors/1.png" class="img-fluid" alt="" style="width: 188px; height: 188px;"></div>
<div class="member-info">
<h4>Dermatologist</h4>
<br>
Expand All @@ -454,7 +454,7 @@ <h4>Gynecologist</h4>

<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/3.png" class="img-fluid" alt=""></div>
<div class="pic"><img src="img/doctors/3.png" class="img-fluid" alt="" style="width: 188px; height: 188px;"></div>
<div class="member-info">
<h4>Cardiologist</h4>
<br>
Expand All @@ -465,7 +465,7 @@ <h4>Cardiologist</h4>

<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start">
<div class="pic"><img src="img/doctors/4.png" class="img-fluid" alt=""></div>
<div class="pic"><img src="img/doctors/4.png" class="img-fluid" alt="" style="width: 188px; height: 188px;"></div>
<div class="member-info">
<h4>ENT</h4>
<br>
Expand Down

0 comments on commit de86022

Please sign in to comment.