Skip to content

Commit

Permalink
Remove unnecessary CSS code and fix header visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Feb 21, 2024
1 parent 411a749 commit e40641c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions 01JHU_INST-JHU/css/collections.css

This file was deleted.

8 changes: 7 additions & 1 deletion 01JHU_INST-JHU/css/prm-top-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

prm-main-menu[menu-type="menu"] .md-button {
font-size: .80em;
}
}

/* Fix for the Collections header being hidden by the top bar */
prm-collection-gallery-header > .collection-header-inner.has-transparent-topbar {
margin-top: 0;
padding-top: 100px;
}

0 comments on commit e40641c

Please sign in to comment.