mobile header styled + refactoring + our strory section on company

This commit is contained in:
2024-04-18 18:08:52 +05:00
parent c92fabce9c
commit 9ad2e4ce81
21 changed files with 252 additions and 47 deletions
+12
View File
@@ -1,3 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #f3f3f2;
}
.font-usual {
font-family: "Usual", sans-serif;
}
.font-mixcase {
font-family: "Mixcase", sans-serif;
}