Skip to content

Commit

Permalink
Normalize Leva margins
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 8, 2021
1 parent a195d06 commit 4aa55af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified .github/site@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/site/src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
padding-top: var(--header-height);
padding-right: var(--leva-offset);

div[class^="leva"][class*="isRoot"] > div:last-of-type,
div[class^="leva"][class*="toggled"] > div:last-of-type {
margin: 0 !important;
}

@media (max-width: 820px) {
padding-right: 0;

Expand Down

1 comment on commit 4aa55af

@vercel
Copy link

@vercel vercel bot commented on 4aa55af Sep 8, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.