feat: mataba landing static site - production ready

This commit is contained in:
XShop
2026-09-20 17:44:45 +03:30
parent b78e332966
commit 18280899a1
46 changed files with 1388 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
/* small utilities */
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.ltr{direction:ltr;unicode-bidi:embed}
.center{text-align:center}
.mt-2{margin-top:8px}.mt-4{margin-top:16px}