Skip to content

Commit

Permalink
fix: same alignment for drawer header as content
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Dec 19, 2024
1 parent 2ce3954 commit 364d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sass/component/_drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $drawer-duotone-secondary-background-color: var(--c-drawer-duotone-secondary-bac
}

.c-drawer__header {
padding: calc(#{$base} * 1.5) calc(#{$base} * 3);
padding: calc(#{$base} * 1) calc(#{$base} * 2);
display: flex;
flex-direction: column;
align-items: flex-end;
Expand Down

0 comments on commit 364d88c

Please sign in to comment.