mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
reboot: Fix mailto address (#27700)
This commit is contained in:
parent
487bd521e3
commit
73a98d9738
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro
|
|||
|
||||
<address>
|
||||
<strong>Full Name</strong><br>
|
||||
<a href="mailto:#">first.last@example.com</a>
|
||||
<a href="mailto:first.last@example.com">first.last@example.com</a>
|
||||
</address>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue