-
-
Notifications
You must be signed in to change notification settings - Fork 33
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: heading shifted problem fixed #135
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for lichterio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
<div class="flex gap-8 -mx-4 md:mx-0"> | ||
<div class="flex w-1/2 md:w-full items-center"> | ||
<AppParagraph tag="h1" look="superHeading" | ||
class="flex flex-col sm:justify-start font-mono mt-8 md:mt-0 ml-4 md:ml-0"> | ||
class="flex flex-col sm:justify-start font-mono mt-8 md:mt-0 ml-4 md:ml-0 md:text-[55.1px] lg:text-[83px]"> |
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 we use rem's instead of pixels here? Ideally via predefined classes like text-xl
? 🤔
ok I will try |
No description provided.