Skip to content

Commit

Permalink
chore: update storytelling package
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Dec 12, 2024
1 parent 34b08d2 commit f20c2ee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
10 changes: 8 additions & 2 deletions .vitepress/theme/Narrative.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ onMounted(async () => {
eox-storytelling {
--header-font-family: Poppins, sans-serif;
--body-font-family: Poppins, sans-serif;
margin: calc(var(--vp-nav-height) * -1) 0 var(--vp-nav-height) 0;
transform: translateY(var(--vp-nav-height));
margin: -47px 0 var(--vp-nav-height) 0;
transform: translateY(47px);
}
@media (min-width:960px) {
eox-storytelling {
margin: calc(var(--vp-nav-height) * -1) 0 var(--vp-nav-height) 0;
transform: translateY(var(--vp-nav-height));
}
}
</style>
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"dependencies": {
"@eox/map": "^1.17.0",
"@eox/storytelling": "^1.4.1"
"@eox/storytelling": "^1.4.2"
}
}

0 comments on commit f20c2ee

Please sign in to comment.