]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE10 homepage fix
authorMartijn Cuppens <martijn.cuppens@intracto.com>
Tue, 30 Oct 2018 14:59:00 +0000 (15:59 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 30 Oct 2018 16:16:19 +0000 (18:16 +0200)
site/docs/4.1/assets/scss/_masthead.scss
site/index.html

index 06abf7131bf2c5b6b361a6883de7d3e8bb369802..e8007fc3c4a3c317662ef939df18c1a49f408a7c 100644 (file)
@@ -10,9 +10,7 @@
   }
 
   .btn {
-    width: 100%;
     padding: .8rem 2rem;
-    font-size: 1.25rem;
     font-weight: 600;
   }
 
index 5c57d3a88dd5214e6b5a714c8d8b482af96956eb..d136f62c4618491e0a657c84bc8e233a9c32ee6e 100644 (file)
@@ -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 }}