-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add redstone #54
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -88,7 +94,7 @@ export function SupportedChainsSection(props: { variant: "teal" | "purple" }) { | |||
Supported Chains | |||
</Text> | |||
</div> | |||
<div className="grid grid-cols-1 gap-x-12 gap-y-12 sm:grid-cols-3 sm:self-center md:grid-cols-5"> | |||
<div className="grid grid-cols-1 gap-x-12 gap-y-12 sm:grid-cols-3 sm:self-center md:grid-cols-4"> |
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.
@dohaki not sure if we want 4x3 or 6x2 grid here
@@ -108,7 +114,7 @@ export function SupportedChainsSection(props: { variant: "teal" | "purple" }) { | |||
variant={props.variant} | |||
/> | |||
</div> | |||
<Text variant="body" className="capitalize text-light-300"> | |||
<Text variant="body" className="text-center capitalize text-light-300"> |
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.
playing around with the grid i noticed if this text wraps, then it doesn't get centered. Adding this just in case.
Closes ACX-2418
screenshots