Skip to content

Commit

Permalink
Adjust article-header spacing, in relation to breadcrumb. DDFFORM-608
Browse files Browse the repository at this point in the history
  • Loading branch information
rasben committed May 2, 2024
1 parent 6ec76a7 commit 65ef538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stories/Library/article-header/article-header.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.article-header {
@include layout-container;
@include block-spacing();
display: grid;
gap: $s-xl;
position: relative;
margin-top: $s-lg;

@include media-query__small {
margin-bottom: $s-4xl;
Expand Down
4 changes: 2 additions & 2 deletions src/stories/Library/breadcrumb/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

display: flex;
flex-wrap: wrap;
padding-top: $s-lg;
padding-bottom: $s-lg;
margin-top: $s-lg;
margin-bottom: $s-lg;
row-gap: $s-sm;

> a {
Expand Down

0 comments on commit 65ef538

Please sign in to comment.