We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f373 commit 4191581Copy full SHA for 4191581
resources/views/pages/welcome.blade.php
@@ -395,7 +395,7 @@ class="d-grid gap-4 d-flex align-items-center position-relative rounded bg-body
395
<a href="{{ $course->link }}" rel="nofollow"
396
target="_blank"
397
class="link-body-emphasis stretched-link text-decoration-none text-balance">
398
- <p class="h6 mb-2">{{ $course->name }}</p>
+ <p class="h6 mb-1">{{ $course->name }}</p>
399
<p class="opacity-75 line-clamp line-clamp-3 small">
400
{{ $course->description }}
401
</p>
0 commit comments