Skip to content

Commit

Permalink
Patterns: use sass variable for setting margin instead of raw value
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 5, 2024
1 parent 333374b commit f7fc9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/page-patterns/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.edit-site-page-patterns-dataviews {
margin-top: 60px;
margin-top: $header-height;

@include break-medium {
margin-top: 0;
Expand Down

0 comments on commit f7fc9b2

Please sign in to comment.