0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00
This commit is contained in:
Mark Otto 2017-06-17 20:36:49 -07:00
parent 1b722372a8
commit 1c3acb63b1
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<header class="navbar navbar-inverse navbar-expand-md flex-column flex-md-row bd-navbar">
<header class="navbar navbar-inverse flex-column flex-md-row bd-navbar">
<a class="navbar-brand mr-0 mr-md-2" href="{{ site.baseurl }}/" aria-label="Bootstrap">
{% include icons/bootstrap.svg width="36" height="36" class="d-block" %}
</a>
@ -59,5 +59,5 @@
</li>
</ul>
<a class="btn btn-bd-yellow d-none d-md-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
<a class="btn btn-bd-yellow d-none d-lg-inline-block mb-3 mb-md-0 ml-md-3" href="{{ site.download.source }}">Download</a>
</header>

View File

@ -15,7 +15,7 @@
max-width: 100%;
height: 2.5rem;
margin-top: .25rem;
overflow-x: hidden;
overflow: hidden;
font-size: .875rem;
.navbar-nav {