Skip to content

Commit

Permalink
Merge pull request #998 from helsingborg-stad/fix/signature-no-gap-if…
Browse files Browse the repository at this point in the history
…-no-avatar

fix: signature no gap if no avatar
  • Loading branch information
NiclasNorin authored Dec 17, 2024
2 parents 2ebdd1c + 51e3587 commit 3ea5982
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/sass/component/_signature.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
text-decoration: none;
column-gap: map-get($spacers, "2" );

&.c-signature--no-avatar {
.c-signature__author-box {
grid-column: span 2;
}
}

&--space-1 {
margin-bottom: map-get($spacers, "3");
}
Expand Down

0 comments on commit 3ea5982

Please sign in to comment.