Skip to content

Commit 74f7cf6

Browse files
authored
Hide the title and icon when full navigation is shown
1 parent 612d4f0 commit 74f7cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/_navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<nav class="top-bar" role="navigation" data-topbar data-options="scrolltop: false">
99
<ul class="title-area">
1010
<li class="name">
11-
<h1 class="show-for-small-only"><a href="{{ site.url }}{{ site.baseurl }}" class="icon-tree"> {{ site.title }}</a></h1>
11+
<h1 class="hide-for-large-up"><a href="{{ site.url }}{{ site.baseurl }}" class="icon-tree"> {{ site.title }}</a></h1>
1212
</li>
1313
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
1414
<li class="toggle-topbar toggle-topbar-click menu-icon"><a><span>Nav</span></a></li>

0 commit comments

Comments
 (0)