aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-10-30 15:59:00 +0100
committerXhmikosR <[email protected]>2018-10-30 18:16:19 +0200
commit273861f1451c68bfd9d5d6fb6a17074a3974b2f8 (patch)
treed33932aeb17f1582f3db669a19e248077b30234e
parentcebdfb909006c0593e1de5fad61b2f9dc763c61c (diff)
downloadbootstrap-273861f1451c68bfd9d5d6fb6a17074a3974b2f8.tar.xz
bootstrap-273861f1451c68bfd9d5d6fb6a17074a3974b2f8.zip
IE10 homepage fix
-rw-r--r--site/docs/4.1/assets/scss/_masthead.scss2
-rw-r--r--site/index.html10
2 files changed, 7 insertions, 5 deletions
diff --git a/site/docs/4.1/assets/scss/_masthead.scss b/site/docs/4.1/assets/scss/_masthead.scss
index 06abf7131..e8007fc3c 100644
--- a/site/docs/4.1/assets/scss/_masthead.scss
+++ b/site/docs/4.1/assets/scss/_masthead.scss
@@ -10,9 +10,7 @@
}
.btn {
- width: 100%;
padding: .8rem 2rem;
- font-size: 1.25rem;
font-weight: 600;
}
diff --git a/site/index.html b/site/index.html
index 5c57d3a88..d136f62c4 100644
--- a/site/index.html
+++ b/site/index.html
@@ -16,9 +16,13 @@ layout: home
<p class="lead mb-4">
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
</p>
- <div class="d-flex flex-column flex-md-row lead mb-3">
- <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-bd-primary mb-3 mb-md-0 mr-md-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a>
- <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/" class="btn btn-lg btn-outline-secondary" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download</a>
+ <div class="row mx-n2">
+ <div class="col-md px-2">
+ <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-bd-primary w-100 mb-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">Get started</a>
+ </div>
+ <div class="col-md px-2">
+ <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/" class="btn btn-lg btn-outline-secondary w-100 mb-3" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download</a>
+ </div>
</div>
<p class="text-muted mb-0">
Currently v{{ site.current_version }}