-
Notifications
You must be signed in to change notification settings - Fork 7
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
Updated styling of landing page #13
base: master
Are you sure you want to change the base?
Conversation
@rohankewal I was doing some messing around with the styles and I got the following: If you're wondering, these are the CSS styles I used:
|
src/pages/home.js
Outdated
@@ -25,6 +26,26 @@ export default function Home() { | |||
</Link> | |||
</div> | |||
</div> | |||
<Particles |
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.
The particles look fine. Could you reduce their density and make them the background of the hero?
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.
Yes I can reduce the density, and I will figure out how to make it the background as well.
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.
Minor change, but we are using functional components with hooks for anything requiring state.
I made some changes to the landing page style. Please check it out in the home.css file and let me know if there are any changes to be made.