-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust size and position of phone number and email in the contact mod…
…al (#70)
- Loading branch information
1 parent
2c0520f
commit 082c910
Showing
2 changed files
with
32 additions
and
18 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
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 |
---|---|---|
|
@@ -244,11 +244,11 @@ | |
</div> | ||
<div class="modal-body"> | ||
<div> | ||
<a href="tel:613-831-7639" class="d-flex align-items-center text-dark mx-1 contact-info"> | ||
<a href="tel:613-831-7639" class="d-flex align-items-center text-dark contact-info"> | ||
<span>613-831-7639</span> | ||
<img alt="Phone" src="https://ik.imagekit.io/capanda/tr:w-26/Icons/phone-sm.png"> | ||
</a> | ||
<a href="mailto:[email protected]" class="d-flex align-items-center text-dark mx-1 contact-info"> | ||
<a href="mailto:[email protected]" class="d-flex align-items-center text-dark contact-info"> | ||
<img alt="EMail" src="https://ik.imagekit.io/capanda/tr:w-26/Icons/email-sm.png"> | ||
<span>[email protected]</span> | ||
</a> | ||
|