base compare

This commit is contained in:
hamid zarghami
2025-09-03 16:06:41 +03:30
parent d051e7110a
commit 40004b50b3
4 changed files with 114 additions and 2 deletions
+11
View File
@@ -11,6 +11,17 @@ body {
max-width: 100vw;
}
/* اجازه نمایش منو در دسکتاپ */
@media (min-width: 768px) {
html {
overflow-x: auto;
}
body {
overflow-x: auto;
}
}
/* اطمینان از عدم overflow در container ها */
.container,
.max-w-full {