v0.10.10b - Added small fixs to pagination
This commit is contained in:
@@ -64,3 +64,7 @@ nav > .pagination {
|
||||
.pagination > .page-item.disabled > .page-link {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
nav {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
</style>
|
||||
<main style="justify-content: unset;">
|
||||
@foreach(\App\News::query()->orderBy("created_at", "desc")->get() as $new)
|
||||
@foreach($news as $new)
|
||||
<div class="card">
|
||||
@if($new->resource_id !== null)
|
||||
<div class="header" style="background-size: cover; background-image: url('{{ asset(\App\Resource::query()->where("id", "=", $new->resource_id)->first()->filename) }}');">
|
||||
|
||||
Reference in New Issue
Block a user