File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
{{if eq .Num -1}}
16
16
<a class="disabled item">...</a>
17
17
{{else}}
18
- <a class="{{if .IsCurrent}}active{{end}} item" {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}{{if $paginationLink}}&{{$paginationLink}}{{end}}"{{end}}>{{.Num}}</a>
18
+ <a class="{{if .IsCurrent}}active{{end}} item content-center " {{if not .IsCurrent}}href="{{$.Link}}?page={{.Num}}{{if $paginationLink}}&{{$paginationLink}}{{end}}"{{end}}>{{.Num}}</a>
19
19
{{end}}
20
20
{{end}}
21
21
<a class="{{if not .HasNext}}disabled{{end}} item navigation" {{if .HasNext}}href="{{$.Link}}?page={{.Next}}{{if $paginationLink}}&{{$paginationLink}}{{end}}"{{end}}>
Original file line number Diff line number Diff line change 172
172
.py-4 { padding-top : 1rem !important ; padding-bottom : 1rem !important ; }
173
173
.py-5 { padding-top : 2rem !important ; padding-bottom : 2rem !important ; }
174
174
175
+ .content-center { align-content : center !important ; }
176
+
175
177
@media @mediaSm {
176
178
.db-small { display : block !important ; }
177
179
.w-100-small { width : 100% !important ; }
You can’t perform that action at this time.
0 commit comments