feat: add scroll padding for mobile screen (#2249)
quartz/styles/base.scss @@ -9,6 +9,10 @@ text-size-adjust: none; overflow-x: hidden; width: 100vw; @media all and ($mobile) { scroll-padding-top: 4rem; } } body {