feat(SW-240): use caption instead of body

This commit is contained in:
Fredrik Thorsson
2024-08-19 15:37:03 +02:00
parent 0bf2927e79
commit 121d3878af
6 changed files with 32 additions and 39 deletions

View File

@@ -1,5 +1,6 @@
.section {
display: flex;
align-items: center;
max-width: 1432px;
padding: var(--Spacing-x2) var(--Spacing-x5);
}
@@ -12,7 +13,3 @@
width: 118px;
justify-content: center;
}
.fontSize {
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
}