Skip to content
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

Removed: styling using tag selector and used descendant selector(#85zrgkptv) #38

Merged
merged 2 commits into from
Dec 29, 2022

Conversation

ymaheshwari1
Copy link
Contributor

Related Issues

Closes #37

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

margin: 24px 0;
}

p {
.hc-text {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should use scoped styling on p tag

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed usage of class on p and hr tag, and used descendant selectors.

@ymaheshwari1 ymaheshwari1 changed the title Removed: styling using tag selector and added defined class to p and hr tags(#85zrgkptv) Removed: styling using tag selector and used descendant selector(#85zrgkptv) Dec 29, 2022
@adityasharma7 adityasharma7 merged commit bc0587f into hotwax:main Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove tag selectors for styling
2 participants