Skip to content

Commit

Permalink
examples: fix .btn-block instances
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 19, 2020
1 parent 5501df0 commit ecbc718
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/examples/checkout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h4 class="mb-3">Payment</h4>

<hr class="my-4">

<button class="btn btn-primary btn-lg btn-block" type="submit">Continue to checkout</button>
<button class="w-100 btn btn-primary btn-lg" type="submit">Continue to checkout</button>
</form>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions site/content/docs/5.0/examples/pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="card-title pricing-card-title">$0 <small class="text-muted">/ mo</sma
<li>Email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-outline-primary">Sign up for free</button>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">Sign up for free</button>
</div>
</div>
</div>
Expand All @@ -54,7 +54,7 @@ <h1 class="card-title pricing-card-title">$15 <small class="text-muted">/ mo</sm
<li>Priority email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary">Get started</button>
<button type="button" class="w-100 btn btn-lg btn-primary">Get started</button>
</div>
</div>
</div>
Expand All @@ -71,7 +71,7 @@ <h1 class="card-title pricing-card-title">$29 <small class="text-muted">/ mo</sm
<li>Phone and email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary">Contact us</button>
<button type="button" class="w-100 btn btn-lg btn-primary">Contact us</button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.0/examples/sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="h3 mb-3 fw-normal">Please sign in</h1>
<input type="checkbox" value="remember-me"> Remember me
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
<p class="mt-5 mb-3 text-muted">&copy; 2017-{{< year >}}</p>
</form>
</main>

0 comments on commit ecbc718

Please sign in to comment.