Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ html {
--spacing-xs: 0.5rem;
--spacing-sm: 1rem;
--spacing-md: 1.5rem;
--spacing-lg: 2rem;
--spacing-lg: 2.5rem;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lgilbuena Instead of updating the --spacing-lg variable (which will effect every CSS prop that is using this variable), let's set the gutter to use the existing variable, --gutter-md that is already set at 40px.

--spacing-xl: 3rem;
--spacing-2xl: 4rem;
--spacing-3xl: 5rem;
Expand Down
Loading