feat(LOY-199): add benefits link to dtmc modal

This commit is contained in:
Christian Andolf
2025-05-08 14:25:16 +02:00
parent aaffcba94a
commit 53c21bb601
2 changed files with 20 additions and 2 deletions
@@ -110,6 +110,12 @@
text-align: center;
}
.link {
display: flex;
align-items: center;
gap: var(--Space-x05);
}
@media screen and (min-width: 768px) {
.modal {
max-width: 375px;