Skip to content

Commit

Permalink
fix(css/terms): Adjust card-item's min-height
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
  • Loading branch information
Khusika Dhamar Gusti committed Jun 25, 2021
1 parent 050c4f1 commit 1d70fd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/_partial/_archive/_terms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
width: 49%;
display: flex;
margin-top: 1rem;
min-height: 15rem;
min-height: 16rem;
padding: 0 2%;
position: relative;
background-color: $global-background-card-color;
Expand Down
4 changes: 3 additions & 1 deletion layouts/taxonomy/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ <h3 class="card-item-title">
{{- end -}}
{{- if gt (len $pages) 5 -}}
<span class="more-post">
<a href="{{ .RelPermalink }}" class="more-single-link">{{ T "more" }} >></a>
<a href="{{ .RelPermalink }}" class="more-single-link">
{{ T "more" }}<i class="fas fa-angle-double-right fa-fw"></i>
</a>
</span>
{{- end -}}
</div>
Expand Down

Large diffs are not rendered by default.

0 comments on commit 1d70fd0

Please sign in to comment.