Skip to content

Commit

Permalink
Remove secondary (‘About’) header from dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Nov 22, 2023
1 parent cb022e0 commit a86eb0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sites/diverseeducation.com/server/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ $primary: #0087ca;
}
}
}

.site-menu {
&__section--secondary {
.site-menu__header {
display: none;
}
}
}

0 comments on commit a86eb0e

Please sign in to comment.