diff --git a/src/app/exhibits/page.tsx b/src/app/exhibits/page.tsx index 9ce51e54..0b94f949 100644 --- a/src/app/exhibits/page.tsx +++ b/src/app/exhibits/page.tsx @@ -35,7 +35,7 @@ function App() { if (hash) { setTimeout(() => { const element = document.querySelector(hash); - const yOffset = -200; + const yOffset = -100; if (element) { const y = element.getBoundingClientRect().top + window.scrollY + yOffset; @@ -121,7 +121,7 @@ function App() {

-
+
{exhibits.map(exhibit => ( {description}

- Exhibit + Exhibit
@@ -46,16 +53,23 @@ export default function Exhibit({
-

+

{' '} {title} -

+

{description}

- Exhibit + Exhibit
)} diff --git a/src/components/userComponents/SiteMap/ExhibitPreviewCard.tsx b/src/components/userComponents/SiteMap/ExhibitPreviewCard.tsx index 07dc1e34..310c9512 100644 --- a/src/components/userComponents/SiteMap/ExhibitPreviewCard.tsx +++ b/src/components/userComponents/SiteMap/ExhibitPreviewCard.tsx @@ -145,7 +145,7 @@ function ExhibitPreviewCard({ />
- +

{name1}