Skip to content

Commit

Permalink
turn off content for 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Monadjemi committed Oct 27, 2024
1 parent e874e3a commit a839e34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: homepage
title: "Welcome to IEEE VIS 2025!"
title: "Welcome to IEEE VIS 2025"
permalink: /year/2025/welcome
contact: [email protected]
---
Expand Down
11 changes: 5 additions & 6 deletions src/styles/program-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -113,7 +111,8 @@
@screen md {
.program-menu--expanded {
display: flex;
top: 140px;
/* top: 140px; */
top: 70px;
position: relative;
}

Expand Down

0 comments on commit a839e34

Please sign in to comment.