feat: use body wrapper

This commit is contained in:
Fredrik Thorsson
2024-06-11 16:21:07 +02:00
parent df22c39909
commit 4dc945a324
2 changed files with 4 additions and 8 deletions

View File

@@ -13,16 +13,9 @@
.link {
align-items: center;
border-bottom: 0.5px solid var(--Base-Border-Subtle);
color: var(--Theme-Primary-Light-On-Surface-Text);
display: flex;
font-family: var(--typography-Body-Regular-fontFamily);
font-size: var(--typography-Body-Regular-fontSize);
font-weight: 500;
justify-content: space-between;
line-height: 1.5rem;
padding: 1.5rem;
text-decoration: none;
letter-spacing: var(--typography-Body-Regular-letterSpacing);
}
.link:last-child {