-
Notifications
You must be signed in to change notification settings - Fork 120
About us page designed #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@sa-fw-an please review this code. |
package.json
Outdated
| "react-dom": "^19.0.0", | ||
| "react-responsive-carousel": "^3.2.23", | ||
| "react-router-dom": "^7.1.5", | ||
| "reactflow": "^11.11.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not used. please remove it
package.json
Outdated
| "clsx": "^2.1.1", | ||
| "framer-motion": "^12.4.7", | ||
| "lucide-react": "^0.476.0", | ||
| "next": "^15.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not used. Please remove it
src/styles/globals.css
Outdated
| .react-flow__node { | ||
| width: auto !important; | ||
| padding: 0 !important; | ||
| border-radius: 8px !important; | ||
| min-width: 150px !important; | ||
| } | ||
|
|
||
| .react-flow__edge-path { | ||
| stroke-width: 2 !important; | ||
| stroke: #666 !important; | ||
| } | ||
|
|
||
| @media (max-width: 768px) { | ||
| .react-flow__node { | ||
| min-width: 120px !important; | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not used. Please remove it
Complete About Us page designed