This commit is contained in:
hamid
2026-06-16 01:32:43 +03:30
commit 69bbd28bb0
298 changed files with 24728 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
max-width: 100vw;
overflow-x: hidden;
/* required for sticky elements: HeaderMobile, and so on */
max-height: 100vh;
}
a {
color: inherit;
text-decoration: none;
}