Skip to content

Commit

Permalink
Default .PageLayout to display block (#1961)
Browse files Browse the repository at this point in the history
* Default .PageLayout to display block

* Create new-masks-matter.md
  • Loading branch information
jonrohan committed Feb 28, 2022
1 parent 3906346 commit a35a8bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-masks-matter.md
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

Default .PageLayout to display block
1 change: 1 addition & 0 deletions src/layout/page-layout.scss
Expand Up @@ -23,6 +23,7 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
}

.PageLayout {
display: block;
// stylelint-disable-next-line primer/spacing
margin: var(--Layout-outer-spacing-y) var(--Layout-outer-spacing-x);

Expand Down

0 comments on commit a35a8bd

Please sign in to comment.