diff --git a/01JHU_INST-JHU/css/collections.css b/01JHU_INST-JHU/css/collections.css deleted file mode 100644 index fa7675e7..00000000 --- a/01JHU_INST-JHU/css/collections.css +++ /dev/null @@ -1,5 +0,0 @@ -/* 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; -} diff --git a/01JHU_INST-JHU/css/prm-top-bar.css b/01JHU_INST-JHU/css/prm-top-bar.css index 31a46028..83944f15 100644 --- a/01JHU_INST-JHU/css/prm-top-bar.css +++ b/01JHU_INST-JHU/css/prm-top-bar.css @@ -5,4 +5,10 @@ prm-main-menu[menu-type="menu"] .md-button { font-size: .80em; - } \ No newline at end of file + } + + /* 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; +}