File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 (26 px / $h5 );
34+ $height-h5 : calc (24 px / $h5 );
3535$h5-mobile : 14px ;
36- $height-h5-mobile : calc (24 px / $h5-mobile );
36+ $height-h5-mobile : calc (22 px / $h5-mobile );
3737
3838$p1 : 20px ;
3939$height-p1 : calc (30px / $p1 );
Original file line number Diff line number Diff 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 " />
You can’t perform that action at this time.
0 commit comments