feat(SW-543): get footnote from contact config

This commit is contained in:
Fredrik Thorsson
2024-12-20 14:21:38 +01:00
parent 4c99bb2b18
commit 584bcccb77
2 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
.wrapper {
display: flex;
flex-direction: column;
gap: var(--Spacing-x-half);
}
.link {
display: flex;
align-items: center;