This commit is contained in:
Zakhar 2026-06-21 15:23:59 +03:00
parent ae4a0a95a0
commit 3162d924e2
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,9 +25,10 @@
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
rel="stylesheet"
type="text/css"
nonce="**MY_PRETTY_CSP_NONCE**"
/>
</noscript>
<style>
<style nonce="**MY_PRETTY_CSP_NONCE**">
html, body {height: 100vh;overflow: hidden;}
body {background: #FCFFFB;padding:0;margin:0;font-family: 'Onest', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;}
#scroller {scroll-snap-type: y mandatory;overflow-y: scroll;overflow-x:hidden;height: 100vh;scroll-behavior: smooth;}