Skip to content

Commit

Permalink
Hide on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 18, 2024
1 parent 1b36ea6 commit d3b6310
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,10 @@
.notion-nav-header-title.show {
opacity: 1;
}

/* Hide the title on mobile devices or narrow screens */
@media (max-width: 768px) {
.notion-nav-header-title {
display: none;
}
}

0 comments on commit d3b6310

Please sign in to comment.