Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: fix style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Aug 19, 2019
1 parent 41a885e commit bf7d694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/_page/_terms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
position: relative;

.categories {
width: 100%;
overflow: hidden;
}
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/taxonomy/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 class="post-title">
<div class="card-item">
<div class="categories">
<a href="{{ .Permalink }}">
<h3> <i class="far fa-folder"></i> {{ $term | humanize}} </h3>
<h3><i class="far fa-folder"></i>&nbsp;{{ $term | humanize}}</h3>
</a>
{{ range first 5 $pages }}
<article class="archive-item">
Expand Down

0 comments on commit bf7d694

Please sign in to comment.