1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-04-02 04:07:19 +02:00

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
assets/css/_page
layouts/taxonomy

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">