mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix: fix style bug
This commit is contained in:
parent
41a885eba0
commit
bf7d694151
2 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
position: relative;
|
||||
|
||||
.categories {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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> {{ $term | humanize}}</h3>
|
||||
</a>
|
||||
{{ range first 5 $pages }}
|
||||
<article class="archive-item">
|
||||
|
|
Loading…
Reference in a new issue