-
Couldn't load subscription status.
- Fork 80
feat: changes and fixes #5
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
Conversation
| html { | ||
| font-size: 12px; | ||
| } | ||
| .has-text-centered-mobile { |
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 base font size changed to 12px, though this doesn't make a 1:1 map with actual design for mobile for typography.
| background: var(--bg-sub); | ||
| /* @hiran, do we need this border radius? - @asim */ | ||
| border-radius: 8px; | ||
| width: 100%; |
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.
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 will remove this. TOC Desktop also needs some minor cleanup, like margin-left

feat: make base font 12px in mobile
fix(back-btn): color to text-main
fix: post page padding issues
fix(mobile): back btn position
feat: add hamburger menu
feat: add support for dark mode in mobile