Skip to content

Commit b52b294

Browse files
committed
Smallify
1 parent 43b64ee commit b52b294

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/src/styles/_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ $h4-mobile: 16px;
3131
$height-h4-mobile: calc(26px / $h4-mobile);
3232

3333
$h5: 16px;
34-
$height-h5: calc(26px / $h5);
34+
$height-h5: calc(24px / $h5);
3535
$h5-mobile: 14px;
36-
$height-h5-mobile: calc(24px / $h5-mobile);
36+
$height-h5-mobile: calc(22px / $h5-mobile);
3737

3838
$p1: 20px;
3939
$height-p1: calc(30px / $p1);

main/src/page/blog/blog-row.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 class="bp-post-title bp-primary-post-title">{{ posts.posts[0].title | plainT
3030
<div class="bp-secondary-post-summary">
3131
<td-blog-category-chips [post]="post" />
3232
<a [tdLink]="post.readPostLink()">
33-
<h2 class="bp-post-title text-h4">{{ post.title | plainText }}</h2>
33+
<h2 class="bp-post-title text-h5">{{ post.title | plainText }}</h2>
3434
</a>
3535
<!-- <td-rich-text class="bp-secondary-post-description" [value]="post.description" /> -->
3636
<td-blog-authorship-bar [post]="post" />

0 commit comments

Comments
 (0)