diff --git a/styles/index.css b/styles/index.css index fee0537..8acc1bd 100644 --- a/styles/index.css +++ b/styles/index.css @@ -22,3 +22,8 @@ header .flex-1 > div:last-child { font-size: 0.5rem; line-height: 1; } + +/* Add padding to content area to avoid header overlap */ +.slidev-layout { + padding-top: 2.5rem; +}