Made the website Responsive. #47
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before:

The pages and components (landing.jsx, signin.jsx, register.jsx, carousel, card.js, and card1.js) were not fully responsive, likely causing layout issues on different screen sizes and devices.
The design may have had fixed widths or lacked flexible styling to adjust based on the viewport.
After:
Landing Page (landing.jsx): Now fully responsive, adapting to various screen sizes with improved layout handling for mobile and desktop views.
Sign-in and Register Pages (signin.jsx, register.jsx): These pages now scale and reflow properly for different devices, ensuring that input fields, buttons, and other elements are user-friendly across all screen sizes.
Carousel: Updated for smooth responsiveness, ensuring images and transitions work well on small and large screens without layout breaking.
Card Components (card.js, card1.js): Enhanced with responsive design techniques to ensure that the cards display consistently and adapt to varying screen widths, improving the user experience on mobile devices.