Skip to content

Commit

Permalink
Remove the bold effect in subtitles in contact us page (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshithaRathnayake authored Feb 2, 2022
1 parent d09c92b commit df5a3a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contact_us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
<h1 class="title">Contact us</h1>
<div class="row">
<div class="col-sm-4 pb-3">
<h3 class="font-weight-bold">Primary Department</h3>
<h3>Primary Department</h3>
<p>Tel: <a href="tel:+94 081 221 3570" class="text-dark">081 221 3570</a></p>
<p><a href="mailto:[email protected]" class="text-dark">Email: [email protected]</a></p>
</div>
<div class="col-sm-4 pb-3">
<h3 class="font-weight-bold">Rev.Fr. Principal</h3>
<h3>Rev.Fr. Principal</h3>
<p>Tel: <a href="tel:+94 081 221 3652" class="text-dark">081 221 3652</a></p>
<p><a href="mailto:[email protected]" class="text-dark">Email: [email protected]</a></p>
</div>
<div class="col-sm-4 pb-3">
<h3 class="font-weight-bold">Hostel Office</h3>
<h3>Hostel Office</h3>
<p>Tel: <a href="tel:+94 081 222 3482" class="text-dark">081 222 3482</a></p>
</div>
<div class="col-sm-4 pb-3">
<h3 class="font-weight-bold">Sports Complex</h3>
<h3>Sports Complex</h3>
<p>Tel: <a href="tel:+94 081 221 3557" class="text-dark">081 221 3557</a></p>
</div>
</div>
Expand Down

0 comments on commit df5a3a6

Please sign in to comment.