quartz/styles/base.scss
@@ -201,11 +201,19 @@ } } & .page-header { & .page-header, & .page-footer { width: $pageWidth; margin: $topSpacing auto 0 auto; margin-top: 1rem; @media all and (max-width: $fullPageWidth) { width: initial; } } & .page-header { margin: $topSpacing auto 0 auto; @media all and (max-width: $fullPageWidth) { margin-top: 2rem; } } @@ -533,3 +541,11 @@ overflow-x: auto; overflow-y: hidden; } .external-embed.youtube, iframe.pdf { aspect-ratio: 16 / 9; height: 100%; width: 100%; border-radius: 5px; }