diff options
| author | Mark Otto <[email protected]> | 2017-05-28 18:01:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 18:01:14 -0700 |
| commit | 251c7be1688ca1d5eeef1870ede3d11a4bb4638e (patch) | |
| tree | b650dcb65145c5b0da8b6c33107dbedc7dc6ec64 /docs/_includes | |
| parent | f2fb861308a5980f73f3b181db215b039930c99a (diff) | |
| download | bootstrap-251c7be1688ca1d5eeef1870ede3d11a4bb4638e.tar.xz bootstrap-251c7be1688ca1d5eeef1870ede3d11a4bb4638e.zip | |
hide social on mobile for now
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index aea7b453c..f3c5a0732 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -26,7 +26,7 @@ </ul> </div> - <ul class="navbar-nav flex-row ml-md-auto"> + <ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex"> {% comment %} <li class="nav-item dropdown"> <a class="nav-item nav-link dropdown-toggle mr-md-2" href="#" id="bd-versions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
