2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use fancy apostrophe in HTML files.

For Markdown files, this isn't needed because the Markdown converter takes care of this.
This commit is contained in:
XhmikosR
2018-11-15 08:24:34 +02:00
parent 9201a80510
commit ea4db3f89d
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ extra_css: "product.css"
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 class="display-4 font-weight-normal">Punny headline</h1>
<p class="lead font-weight-normal">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apple's marketing pages.</p>
<p class="lead font-weight-normal">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apples marketing pages.</p>
<a class="btn btn-outline-secondary" href="#">Coming soon</a>
</div>
<div class="product-device shadow-sm d-none d-md-block"></div>