-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
🐼 Updated the gradient #1005
🐼 Updated the gradient #1005
Conversation
## About - made font from normal to light
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
next/src/components/landing/Hero.tsx
Outdated
@@ -34,7 +36,10 @@ const Hero = () => { | |||
</h1> | |||
<p | |||
className={clsx( | |||
"text-16 font-inter my-3 mb-9 inline-block w-full text-left align-top font-thin leading-[28px] tracking-widest" | |||
"font-inter my-3 mb-9 inline-block w-full", |
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.
instead of defining mb-9 here, we can let the outer container deal with spacing
Hi 👋 Here's a preview environment 🚀 https://next-reworkd-agentgpt-1005.env.ergomake.link Environment Summary 📑
Questions? Comments? Suggestions? Join Discord. Click here to disable Ergomake. |
next/src/components/landing/Hero.tsx
Outdated
@@ -34,7 +36,10 @@ const Hero = () => { | |||
</h1> | |||
<p | |||
className={clsx( | |||
"text-16 font-inter my-3 mb-9 inline-block w-full text-left align-top font-thin leading-[28px] tracking-widest" | |||
"font-inter my-3 mb-9 inline-block w-full", | |||
"text-left align-top font-light leading-[28px] tracking-[.08rem]", |
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.
How come we're manually doing leading / tracking? Are the defaults not good enough?
## About - Better responsiveness
- added a much needed gradient from bottom to top
…o-section-title-and-add-gradient
About