Skip to content
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

Merged

Conversation

jasangill1
Copy link
Collaborator

About

  • Added clsx
  • Adjusted the text to be aligned on the edges by using rem
  • Made the text normal from thin (kinda liked the thin font let me know what you think)
image

## About

- made font from normal to light
@jasangill1 jasangill1 linked an issue Jul 9, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Jul 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2023 4:27am

@@ -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",
Copy link
Contributor

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

@ergomake
Copy link

ergomake bot commented Jul 9, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-1005.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-1005.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-1005.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-1005.env.ergomake.link

Questions? Comments? Suggestions? Join Discord.

Click here to disable Ergomake.

@@ -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]",
Copy link
Contributor

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
@asim-shrestha asim-shrestha merged commit 32315e4 into main Jul 10, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐼 Update the hero section title and add gradient
2 participants