diff options
| author | Mark Otto <[email protected]> | 2015-06-09 15:23:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-09 15:23:18 -0700 |
| commit | 393ccd12d89065c54031c6760ef49874c8a2a93c (patch) | |
| tree | 52fcf3143e2b02079165fdb789d66a0002522057 | |
| parent | 6b1c9ee8d5d88c73714d1fc5f7f5d8f496cd525e (diff) | |
| download | bootstrap-393ccd12d89065c54031c6760ef49874c8a2a93c.tar.xz bootstrap-393ccd12d89065c54031c6760ef49874c8a2a93c.zip | |
hide the brand on small viewports
| -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 d92a19337..084746d10 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -1,5 +1,5 @@ <header class="bd-header" role="banner"> - <a class="bd-header-mark" href="{{ site.baseurl }}">Bootstrap 4 Alpha</a> + <a class="bd-header-mark hidden-xs-down" href="{{ site.baseurl }}">Bootstrap 4 Alpha</a> <nav class="nav nav-pills bd-header-nav"> <a class="nav-link" href="{{ site.baseurl }}/getting-started/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a> |
