Skip to content

Commit

Permalink
feat: hide global toc on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed May 30, 2024
1 parent 0be93a2 commit 1173c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/_globaltoc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
flex: 0 0 250px;
align-self: flex-start;

display: none;
@media (min-width: 1000px) {
display: block;
}

& .caption {
@extend .iati-card__subtitle;

Expand Down

0 comments on commit 1173c75

Please sign in to comment.