Skip to content

Commit

Permalink
Merge branch 'landing-iterate' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 27, 2024
2 parents a47d1a8 + 04766f4 commit 634194f
Show file tree
Hide file tree
Showing 9 changed files with 1,918 additions and 73 deletions.
Binary file added web-app/public/images/hero-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,194 changes: 1,194 additions & 0 deletions web-app/src/app/bak_landing.css

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions web-app/src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
@tailwind base;
/* @tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities; */

@layer utilities {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* .no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
} */

@font-face {
font-family: Inter;
Expand Down
Loading

0 comments on commit 634194f

Please sign in to comment.