Skip to content

Commit 5209bf2

Browse files
authored
docs(navbar): remove site title from navbar (#2147)
Remove site title from navbar because logo has text in it
1 parent 5bb70d0 commit 5209bf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

assets/scss/_styles_project.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
.td-page-meta--child { display: none !important; }
2-
.td-page-meta--project-issue { display: none !important; }
2+
.td-page-meta--project-issue { display: none !important; }
3+
4+
/* do not display the site title "Armory Docs" because the logo has "armory" in it */
5+
.td-navbar .navbar-brand__name {
6+
display: none;
7+
}

0 commit comments

Comments
 (0)