Skip to content

Commit

Permalink
fix: increase gap in newitem panes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Dec 18, 2024
1 parent 49a5070 commit 0f08e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sass/component/_newsitem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $c-newsitem-heading-color: var(--c-newsitem-heading-color, $color-primary) !defa
.c-newsitem__header-right {
display: flex;
align-items: center;
gap: $base;
gap: calc($base * 2);
}

.c-newsitem__header-right {
Expand Down

0 comments on commit 0f08e8b

Please sign in to comment.