Skip to content

Commit 0c8654f

Browse files
committed
Update font styling on links on RelatedPosts component
1 parent 1300297 commit 0c8654f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/blog/RelatedPosts/RelatedPosts.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use '@/styles/typography' as *;
2+
13
.list {
24
text-align: left;
35
line-height: normal;
@@ -9,6 +11,6 @@
911
}
1012

1113
a {
12-
font-size: 1.5rem;
14+
@include typography-link;
1315
}
1416
}

0 commit comments

Comments
 (0)