Commit 273861f1 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

IE10 homepage fix

parent cebdfb90
Showing with 7 additions and 5 deletions
+7 -5
...@@ -10,9 +10,7 @@ ...@@ -10,9 +10,7 @@
} }
.btn { .btn {
width: 100%;
padding: .8rem 2rem; padding: .8rem 2rem;
font-size: 1.25rem;
font-weight: 600; font-weight: 600;
} }
......
...@@ -16,9 +16,13 @@ layout: home ...@@ -16,9 +16,13 @@ layout: home
<p class="lead mb-4"> <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. 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> </p>
<div class="d-flex flex-column flex-md-row lead mb-3"> <div class="row mx-n2">
<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> <div class="col-md px-2">
<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> <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> </div>
<p class="text-muted mb-0"> <p class="text-muted mb-0">
Currently v{{ site.current_version }} Currently v{{ site.current_version }}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment