fix: fix style bug
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user