diff --git a/content/welcome.md b/content/welcome.md index 51b008949..369d1faea 100644 --- a/content/welcome.md +++ b/content/welcome.md @@ -1,6 +1,6 @@ --- layout: homepage -title: "Welcome to IEEE VIS 2025!" +title: "Welcome to IEEE VIS 2025" permalink: /year/2025/welcome contact: general_chair@ieeevis.org --- diff --git a/src/styles/program-navigation.css b/src/styles/program-navigation.css index f435671c2..e531480c1 100644 --- a/src/styles/program-navigation.css +++ b/src/styles/program-navigation.css @@ -84,9 +84,8 @@ .program-menu { display: none; position: fixed; - /* top: var(--program-navigation-height); */ - /* change to 140 when content navbar is on */ - top: 70; + top: var(--program-navigation-height); + /* top: 140px; */ height: calc(100vh - var(--program-navigation-height)); width: 100vw; overflow-y: scroll; @@ -96,8 +95,7 @@ @screen md { .program-menu { position: static; - /* change to 140 when content navbar is on */ - top: 70; + /* top: 140px; */ height: 100%; overflow-y: unset; @apply bg-accent-blue; @@ -113,7 +111,8 @@ @screen md { .program-menu--expanded { display: flex; - top: 140px; + /* top: 140px; */ + top: 70px; position: relative; }