Skip to content

Commit

Permalink
docs(navbar): remove site title from navbar
Browse files Browse the repository at this point in the history
Remove site title from navbar because logo has text in it
  • Loading branch information
aimeeu committed Sep 11, 2023
1 parent 5bb70d0 commit cf524d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.td-page-meta--child { display: none !important; }
.td-page-meta--project-issue { display: none !important; }
.td-page-meta--project-issue { display: none !important; }

/* do not display the site title "Armory Docs" because the logo has "armory" in it */
.td-navbar .navbar-brand__name {
display: none;
}

0 comments on commit cf524d6

Please sign in to comment.