Skip to content

Commit

Permalink
added responsive navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush4345 committed Feb 27, 2024
1 parent 30cdf19 commit bdf73e5
Show file tree
Hide file tree
Showing 9 changed files with 430 additions and 119 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-paginate": "^8.2.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
Expand Down
175 changes: 175 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
--header-height: 1rem;
--first-color: hsl(28, 88%, 62%);
--title-color: hsl(290, 66%, 39%);
--text-color: hsl(291, 52%, 37%);
--body-color: hsl(0, 0%, 6%);
--body-font: "Montserrat", sans-serif;
--second-font: "Dancing Script", cursive;
--h2-font-size: 1.25rem;
--small-font-size: 0.813rem;
--font-semi-bold: 600;
--z-tooltip: 10;
--z-fixed: 100;
}

body {
Expand Down
Loading

0 comments on commit bdf73e5

Please sign in to comment.