обновил стиль новостей
This commit is contained in:
parent
762b594726
commit
d1e8c1cd75
@ -37,9 +37,9 @@
|
||||
style="
|
||||
background-image:url('{{ $post->image }}');">
|
||||
<div class="z-1">
|
||||
<h1 class="z-1">{{ $post->name }}</h1>
|
||||
<h1 class="z-1 text-uppercase">{{ $post->name }}</h1>
|
||||
<div>
|
||||
Опубиковано {{ $post->created_at->format('d.m.Y') }}
|
||||
Опубиковано {{ $post->created_at->diffForHumans() }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user