Skip to content
Snippets Groups Projects
Commit b835ab1d authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: hide nav resources and events

parent 08a62b1c
No related branches found
No related tags found
No related merge requests found
Pipeline #14734 passed
...@@ -351,4 +351,11 @@ main div[data-view] { ...@@ -351,4 +351,11 @@ main div[data-view] {
line-height: 25px; line-height: 25px;
margin-top: 0; margin-top: 0;
margin-bottom: 8px; margin-bottom: 8px;
}
#navbar-router {
solid-route[name="resources"],
solid-route[name="events"] {
display: none;
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment