-
Notifications
You must be signed in to change notification settings - Fork 43
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 home styling #23
Conversation
Deploy preview for rne-playground processing. Building with commit 6cbf6a6 https://app.netlify.com/sites/rne-playground/deploys/60596c8ec0877c0008cdfd99 |
Thanks for the PR, but it's not recommended to use direct css due to name collisions. |
@pranshuchittora done👍 |
src/pages/home/home.module.css
Outdated
.divider{ | ||
margin: 3vh 0; | ||
} | ||
.grid{ |
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.
Can you name them more specifically
src/pages/home/home.module.css
Outdated
} | ||
|
||
|
||
.paper{ |
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.
This one too
All class names seems to generic, it would be great if they are more specific |
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.
Fix class names
@pranshuchittora i have fixed the style naming, but the checks are failing. I don't know why? |
Pls pull the new changes and resolve the conflicts. |
fixed issue #3:
changed inline styling in home page to external styling