Skip to content

Commit

Permalink
refactor: fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhmenZH committed Nov 7, 2023
1 parent 6afda24 commit 367ed89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>

<div
class="text-4xl lg:text-5xl w-full text-light_title_col leading-44 lg:leading-56 font-bold mt-8 lg:mt-12 two-line-limit">
class="text-4xl lg:text-5xl w-full text-light_title_col leading-32 lg:leading-46 font-bold mt-8 lg:mt-12 two-line-limit">
<p>{{_article.title}}</p>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
class="w-full lg:pt-0"
[showActiveArticle]="true"
[article]="activeArticle">

<button class="w-full lg:w-auto flex justify-center lg:justify-self-start">
<a href="javascript:void(0)"
[routerLink]="[getRouteLink(activeArticle.title)]"
class="btn-pink flex justify-center w-full">Check this article
<img src="assets/img/icons/arrow.svg" class="ml-2" alt="">
</a>
</button>
</blog-item>
</a>

Expand Down

0 comments on commit 367ed89

Please sign in to comment.