-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: FAQ tab #106
feat: FAQ tab #106
Conversation
Still need to implement the links in the text. Also want to try to visually separate better between questions. |
& * { | ||
position: relative; | ||
z-index: 1; | ||
} |
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.
For what is this?
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.
to lift the text above the light-purple background that's behind the answers
Add a new menuType: FAQ. It shows frequently asked questions. The link to it is from the Header.
Checklist
<type>(optional subject): <description>
, e.g:fix: minor typos in code
This change is