fix: fix style bug

This commit is contained in:
Dillon 2019-08-19 23:24:29 +08:00
parent 41a885eba0
commit bf7d694151
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@
position: relative;
.categories {
width: 100%;
overflow: hidden;
}
}

View file

@ -28,7 +28,7 @@
<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">