Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-04-19 06:48:13 +0300
committerMark Otto <otto@github.com>2021-04-19 07:10:54 +0300
commit9f2133fee3b6d54dd9b31aff0ca9b70813994987 (patch)
treee9d30ab829f1b234d848ce839a3874c07ce957a3 /site/content/docs/5.0/examples
parent6ea4dab142e3196180ede266459f8af35f32fee4 (diff)
Fixes signup form in Heroes example
Fixes #33660
Diffstat (limited to 'site/content/docs/5.0/examples')
-rw-r--r--site/content/docs/5.0/examples/heroes/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/content/docs/5.0/examples/heroes/index.html b/site/content/docs/5.0/examples/heroes/index.html
index 43138d567c..7d553a16ba 100644
--- a/site/content/docs/5.0/examples/heroes/index.html
+++ b/site/content/docs/5.0/examples/heroes/index.html
@@ -57,13 +57,13 @@ body_class: ""
<div class="b-example-divider"></div>
<div class="container col-xl-10 col-xxl-8 px-4 py-5">
- <div class="row align-items-center g-5 py-5">
+ <div class="row align-items-center g-lg-5 py-5">
<div class="col-lg-7 text-center text-lg-start">
<h1 class="display-4 fw-bold lh-1 mb-3">Vertically centered hero sign-up form</h1>
<p class="col-lg-10 fs-4">Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.</p>
</div>
- <div class="col-10 mx-auto col-lg-5">
- <form class="p-5 border rounded-3 bg-light">
+ <div class="col-md-10 mx-auto col-lg-5">
+ <form class="p-4 p-md-5 border rounded-3 bg-light">
<div class="form-floating mb-3">
<input type="email" class="form-control" id="floatingInput" placeholder="name@example.com">
<label for="floatingInput">Email address</label>