mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 08:20:23 +00:00
hide the brand on small viewports
This commit is contained in:
parent
6b1c9ee8d5
commit
393ccd12d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue