Skip to content

Commit

Permalink
Merge branch 'relaunch-2023' into refactor/book-author-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Nov 17, 2023
2 parents 9c92af3 + c297eac commit 5b440f0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _sass/pages/_styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
border-radius: 0.425rem;
padding: var(--padding-sm);

&.wide {
max-width: unset;
max-width: unset;

&:not(.wide) {
width: var(--content-width);
}
}

Expand All @@ -23,3 +25,8 @@
}
}
}

.styleguide-preview {
resize: both;
overflow: scroll;
}

0 comments on commit 5b440f0

Please sign in to comment.