-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Fix: Font responsiveness #1110
Fix: Font responsiveness #1110
Conversation
👷 Deploy Preview for virtual-coffee-io processing.
|
@danieltott, sorry for taking too long on this! In this PR, I commented out the font size for h2 to h5 to fall back to the default Tailwind's settings. I also add top margin ( Another thing, it took me literally 15 to 25 minutes to run Is it possible for me to use |
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 looks great @adiati98 - thanks for putting this together ❤️
I made a couple tweaks and we're good to go!
Woohoo!!!! Thank you so much, @danieltott!!! 🤩 |
Linked Issue
Fixes #924
Description
This PR holds below changes:
styles\_base.scss
to fall back to default Tailwind's settings.mt-3
to space between hero image and h1 in theapp\components\layouts\DefaultLayout.tsx
.Methodology
Code of Conduct