-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/articles home page #236
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -2,7 +2,7 @@ import { tv } from 'tailwind-variants'; | |||
|
|||
export const styles = tv( | |||
{ | |||
base: 'mx-auto box-border w-full max-w-container px-2 xsl:px-5 sm:px-6 md:px-8 lg:px-10', | |||
base: 'mx-auto box-border w-full max-w-container px-4 xsl:px-5 sm:px-6 md:px-8 lg:px-10', |
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.
@jaortiz is this change going to collide with grid changes you are working?
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.
Yes it will as current GEL grid has default padding-x of 12px. @kenjishiromajp are you not able to just override that padding for your use case?
No description provided.