Skip to content

Commit

Permalink
fix: header-right always right placement
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Dec 10, 2024
1 parent 8467472 commit 4710642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/sass/component/_newsitem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ $c-newsitem-heading-color: var(--c-newsitem-heading-color, $color-primary) !defa
gap: $base;
}

.c-newsitem__header-right {
margin-left: auto;
}

.c-newsitem__date,
.c-newsitem__read-time {
display: flex;
Expand Down

0 comments on commit 4710642

Please sign in to comment.