2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

examples: fix .btn-block instances

This commit is contained in:
XhmikosR
2020-11-17 16:00:45 +02:00
parent 5501df0c29
commit ecbc7189b6
3 changed files with 5 additions and 5 deletions
@@ -215,7 +215,7 @@ body_class: "bg-light"
<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>