change element component & add menu head & responsive head home

This commit is contained in:
Ehsan
2024-08-10 03:23:34 +03:30
parent 01de360360
commit 0afe0a39b0
14 changed files with 243 additions and 69 deletions
+10
View File
@@ -231,6 +231,16 @@ body {
padding-right: 24px;
}
/* Hidden Scroll */
.hidden-scroll::-webkit-scrollbar-thumb {
background: transparent;
}
.hidden-scroll::-webkit-scrollbar {
height: 0;
}
@media (min-width: 640px) {
.padding-responsive {
padding-left: 52px;