Skip to content

Commit 8c2091f

Browse files
committed
Prefer to use rem value #27
1 parent f4e2fd8 commit 8c2091f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SolutionCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const { title, description, iconSrc } = Astro.props;
4949

5050
.solution-card-description {
5151
margin: 0;
52-
margin-block-start: 18px;
52+
margin-block-start: 1.125rem;
5353
color: var(--color-dark-purple);
5454
font-size: var(--font-size-sm-to-base);
5555
line-height: var(--line-height-base);

0 commit comments

Comments
 (0)