- wip new animation type

- nav is back to fixed to preserve the 100vh of first section
This commit is contained in:
asus
2023-12-20 14:15:24 +01:00
parent 1315132b9d
commit d3db7774fe
3 changed files with 23 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ nav {
display: flex;
flex-direction: row;
justify-content: center;
position: sticky;
position: fixed;
top: 0;
background-color: #f6f6f6;
z-index: 1;