This commit is contained in:
2025-02-06 22:17:43 +05:30
parent eb2031672d
commit 4bda4d1841
10 changed files with 106 additions and 4 deletions

View File

@@ -4,9 +4,20 @@ body {
padding: 0;
background-color: #ffffff;
color: #333333;
overflow-x: auto;
overflow-y: hidden;
}
main {
padding: 60px 20px;
text-align: center;
}
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background-color: #171C24;
border-radius: 0;
}