Update (layout)

This commit is contained in:
2023-11-21 11:24:01 +08:00
parent 18c34855cb
commit 2e38a4120c

View File

@@ -17,7 +17,7 @@
@if ($keyword == $post->main_keyword)
<h2 class="badge text-bg-dark me-1 small">{{ $keyword }}</h2>
@else
<h2 class="badge text-bg-light border me-1 small">{{ $keyword }}</h2>
<h2 class="badge text-bg-light border me-1 small fw-normal">{{ $keyword }}</h2>
@endif
@endforeach
</div>