Add (tint)

This commit is contained in:
2023-11-21 01:21:30 +08:00
parent 7166eb610c
commit e4bab8dcec
48 changed files with 229 additions and 58 deletions

View File

@@ -15,9 +15,9 @@
<div>
@foreach ($post->keywords as $keyword)
@if ($keyword == $post->main_keyword)
<span class="badge text-bg-dark me-1">{{ $keyword }}</span>
<h2 class="badge text-bg-dark me-1 small">{{ $keyword }}</h2>
@else
<span class="badge text-bg-light border me-1">{{ $keyword }}</span>
<h2 class="badge text-bg-light border me-1 small">{{ $keyword }}</h2>
@endif
@endforeach
</div>
@@ -31,7 +31,7 @@
<div class="card mb-3 border-0 shadow-sm">
<div class="card-body p-4">
<div class="fw-bold mb-2">Quick News Bite:</div>
<h3 class="small fw-bold mb-2">Quick News Bite:</h3>
<div><small>{{ $post->bites }}</small></div>
</div>
</div>
@@ -48,7 +48,7 @@
</div>
<div class="col-md-4">
<div class="position-sticky" style="top: 2rem;">
<div class="position-sticky" style="top: 8rem;">
@include('front.partials.sidebar')
</div>
</div>