Fixed 404 card header fonts

Fixes #1427
This commit is contained in:
Dan Brown 2019-05-07 22:10:54 +01:00
parent b1cf5ab309
commit 4329fee2c9
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -20,7 +20,7 @@
<div class="grid third gap-xxl">
<div>
<div class="card mb-xl">
<h3>{{ trans('entities.pages_popular') }}</h3>
<h3 class="card-title">{{ trans('entities.pages_popular') }}</h3>
<div class="px-m">
@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'page'), 'style' => 'compact'])
</div>
@ -28,7 +28,7 @@
</div>
<div>
<div class="card mb-xl">
<h3>{{ trans('entities.books_popular') }}</h3>
<h3 class="card-title">{{ trans('entities.books_popular') }}</h3>
<div class="px-m">
@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'book'), 'style' => 'compact'])
</div>
@ -36,7 +36,7 @@
</div>
<div>
<div class="card mb-xl">
<h3>{{ trans('entities.chapters_popular') }}</h3>
<h3 class="card-title">{{ trans('entities.chapters_popular') }}</h3>
<div class="px-m">
@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'chapter'), 'style' => 'compact'])
</div>