mirror of
https://github.com/phpmon/website
synced 2025-08-06 22:30:09 +02:00
Fix badge layout
This commit is contained in:
@ -5,10 +5,7 @@
|
|||||||
<h3 class="text-blue-800 font-bold text-xl mb-5
|
<h3 class="text-blue-800 font-bold text-xl mb-5
|
||||||
border-b-blue-300 border-b-2 pb-2 inline-block">
|
border-b-blue-300 border-b-2 pb-2 inline-block">
|
||||||
@isset($badge)
|
@isset($badge)
|
||||||
<span class="bg-blue-800 text-white px-2 py-1
|
<span class="bg-blue-800 text-white px-2 py-1 rounded-xl mr-1 text-sm relative bottom-0.5">{{ \Illuminate\Support\Str::upper($badge) }}</span>
|
||||||
rounded-xl mr-1 text-sm relative bottom-0.5">
|
|
||||||
{{ \Illuminate\Support\Str::upper($badge) }}
|
|
||||||
</span>
|
|
||||||
@endisset
|
@endisset
|
||||||
{{ $featureTitle }}
|
{{ $featureTitle }}
|
||||||
</h3>
|
</h3>
|
||||||
|
Reference in New Issue
Block a user