1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2026-06-04 05:20:35 +00:00

feat: add scroll padding for mobile screen (#2249)

This commit is contained in:
Rahmat Ardiansyah
2026-01-08 08:36:02 +07:00
committed by GitHub
parent c2bea8a4c4
commit c2dcc63b5f
+4
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 {