feat: add scroll padding for mobile screen

This commit is contained in:
Rahmat Ardiansyah 2025-12-14 13:53:23 +07:00
parent bacd19c4ea
commit b0dc488529

View File

@ -9,6 +9,10 @@ html {
text-size-adjust: none;
overflow-x: hidden;
width: 100vw;
@media all and ($mobile) {
scroll-padding-top: 4rem;
}
}
body {