Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the bold effect in subtitles in contact us page #385

Merged
merged 1 commit into from
Feb 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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