feat: resolve rebase

This commit is contained in:
Fredrik Thorsson
2024-06-13 15:08:30 +02:00
parent e9e9568d23
commit 991ae0135f

View File

@@ -18,26 +18,4 @@
justify-content: center;
min-height: 280px;
padding: var(--Spacing-x7) var(--Spacing-x3);
text-align: center;
}
.title {
display: flex;
flex-direction: column;
text-wrap: balance;
}
.scriptTitle {
transform: rotate(-3deg);
}
.subtitle {
color: var(--Theme-Primary-Light-On-Surface-Text);
font-family: var(--typography-Body-Regular-fontFamily);
font-size: 16px;
font-weight: 400;
line-height: 150%;
letter-spacing: 0.096px;
text-align: center;
margin: 0;
}