aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-09 15:23:18 -0700
committerMark Otto <[email protected]>2015-06-09 15:23:18 -0700
commit393ccd12d89065c54031c6760ef49874c8a2a93c (patch)
tree52fcf3143e2b02079165fdb789d66a0002522057 /docs/_includes
parent6b1c9ee8d5d88c73714d1fc5f7f5d8f496cd525e (diff)
downloadbootstrap-393ccd12d89065c54031c6760ef49874c8a2a93c.tar.xz
bootstrap-393ccd12d89065c54031c6760ef49874c8a2a93c.zip
hide the brand on small viewports
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-home.html2
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>