調整HTML區塊預設CSS樣式

This commit is contained in:
Eric Li
2025-06-24 12:58:30 +08:00
parent 0f8de889f7
commit 15e69ac7fe
5 changed files with 34 additions and 12 deletions

View File

@ -35,11 +35,11 @@
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h2>{{ $row->title }}</h2>
<h2><a id="{{ $row->id }}" href="#{{ $row->id }}" class="anchor-point">{{ $row->title }}</a></h2>
<h5>發佈時間 <time>{{ date('Y-m-d H:i', strtotime($row->post_at)) }}</time></h5>
<img src="{{ $img_src }}" alt="{{ $img_memo }}" width="100%" height="auto">
<p>&nbsp;</p>
<div>
<div class="reset-container">
{!! $row->body !!}
</div>
</div>