-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the bold effect in subtitles in contact us page (#385)
- Loading branch information
1 parent
d09c92b
commit df5a3a6
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|